fixing default diceRecipe

This commit is contained in:
Sean "Solao Bajiuik" Stoves 2020-08-05 20:56:21 -04:00
parent 345304537a
commit afcd6039c6

View File

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