fixing default diceRecipe
This commit is contained in:
parent
345304537a
commit
afcd6039c6
@ -25,7 +25,7 @@ namespace ChaosBot.Discord.Modules.User
|
||||
{
|
||||
string diceRecipe = null;
|
||||
|
||||
if (args.Length > 1)
|
||||
if (args.Length >= 1)
|
||||
diceRecipe = Strings.Join(args, " ");
|
||||
else
|
||||
diceRecipe = "1d20";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user