Using the newest discord.net , fixes, improvements

If you draw 5 cards now, you get a hand value.
This commit is contained in:
Kwoth
2015-12-10 21:35:34 +01:00
parent e0ff0b4447
commit 485783d146
10 changed files with 117 additions and 33 deletions

View File

@ -46,7 +46,7 @@ namespace NadekoBot.Modules
.Description("Nadeko replies with /o/")
.Do(async e =>
{
await e.Send( e.User.Mention + "/o/");
await e.Send(e.User.Mention + "/o/");
});
cgb.CreateCommand("/o/")