removing the b and jojoke thing

it's been about time for years
master
Lan 2 years ago
parent d1382af0dc
commit c91f0716a8
  1. 18
      Kehyeedra3/Command handler.cs
  2. 9
      Kehyeedra3/Commands/Economy.cs
  3. 2
      Kehyeedra3/Services/Models/User.cs

@ -54,16 +54,16 @@ namespace Kehyeedra3
int argPos = 0;
if (message.Content.Contains("\uD83C\uDD71")) //B emoji detector
{
await Context.Channel.SendMessageAsync($"B emoji detected. Proceed to kill yourself, {Context.User.Mention}");
}
//if (message.Content.Contains("\uD83C\uDD71")) //B emoji detector
//{
// await Context.Channel.SendMessageAsync($"B emoji detected. Proceed to kill yourself, {Context.User.Mention}");
//}
if (message.Content.ToLowerInvariant().Contains("jojo"))
{
var jojoke = WeebClient.DownloadString("https://api.exsersewo.dev/jojoke/?raw");
await Context.Channel.SendMessageAsync($"{Context.User.Mention} is that a fucksnifflerling {jojoke} reference?");
}
//if (message.Content.ToLowerInvariant().Contains("jojo"))
//{
// var jojoke = WeebClient.DownloadString("https://api.exsersewo.dev/jojoke/?raw");
// await Context.Channel.SendMessageAsync($"{Context.User.Mention} is that a fucksnifflerling {jojoke} reference?");
//}
if (message.Channel is IGuildChannel chan)
{

@ -374,6 +374,11 @@ namespace Kehyeedra3.Commands
bLet = true;
}
if (bSpe || bRar)
{
tierRoll += 10;
}
Fish fish;
List<Fish> fishTiers;
List<Fish> fishRarities = fishes.ToList();
@ -428,7 +433,7 @@ namespace Kehyeedra3.Commands
break;
}
if (rarity == 777 || rarity == 2777)
if (rarity == 777 || rarity == 1777 || rarity == 2777)
{
xp = 77 + Convert.ToUInt64(77 * rod / 2);
}
@ -550,7 +555,7 @@ namespace Kehyeedra3.Commands
}
if (bBig)
{
weight += 1000;
weight += 500;
}
if (fish.Rarity == FishRarity.Unreasonable)
{

@ -100,7 +100,7 @@ namespace Kehyeedra3.Services.Models
new Item()
{
Id = Items.UpgradeT3,
Name = "T2 Scraps",
Name = "T2 Scales",
Price = 2000
},
new Item()

Loading…
Cancel
Save