$rolluo now works without arguments

This commit is contained in:
Kwoth 2017-03-21 07:12:43 +01:00
parent dde37f4be8
commit 49fbbbd325

View File

@ -62,7 +62,7 @@ namespace NadekoBot.Modules.Gambling
[NadekoCommand, Usage, Description, Aliases]
[Priority(0)]
public async Task Rolluo(int num)
public async Task Rolluo(int num = 1)
{
await InternalRoll(num, false).ConfigureAwait(false);
}