wrong mention, and a critical typo: dont ->don't
This commit is contained in:
parent
3fb1151935
commit
4f3e58e1f0
@ -131,7 +131,7 @@ namespace NadekoBot.Modules
|
|||||||
}
|
}
|
||||||
else if (e.User.Id == NadekoBot.OwnerID)
|
else if (e.User.Id == NadekoBot.OwnerID)
|
||||||
{
|
{
|
||||||
await e.Send(e.User.Mention + insults[r.Next(0, insults.Count)]);
|
await e.Send(u.Mention + insults[r.Next(0, insults.Count)]);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -192,7 +192,7 @@ namespace NadekoBot.Modules
|
|||||||
.Description("Nadeko instructs you to type $draw. Gambling functions start with $")
|
.Description("Nadeko instructs you to type $draw. Gambling functions start with $")
|
||||||
.Do(async e =>
|
.Do(async e =>
|
||||||
{
|
{
|
||||||
await e.Send("Sorry i dont gamble, type $draw for that function.");
|
await e.Send("Sorry i don't gamble, type $draw for that function.");
|
||||||
});
|
});
|
||||||
|
|
||||||
CreateCommand(cgb, "uptime")
|
CreateCommand(cgb, "uptime")
|
||||||
|
Loading…
Reference in New Issue
Block a user