Using the newest discord.net , fixes, improvements
If you draw 5 cards now, you get a hand value.
This commit is contained in:
@ -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/")
|
||||
|
Reference in New Issue
Block a user