wrong mention, and a critical typo: dont ->don't

This commit is contained in:
Kwoth 2015-12-10 03:11:22 +01:00
parent 3fb1151935
commit 4f3e58e1f0

View File

@ -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")