diff --git a/src/commands.py b/src/commands.py index cad0b67..acf15a5 100644 --- a/src/commands.py +++ b/src/commands.py @@ -119,7 +119,7 @@ def setup(bot): You can also invite it to your server: """) - @bot.command(help="Roll simulated dice (basic NdX syntax only, no + etc., N <= 50, X <= 1000000).") + @bot.command(help="Roll simulated dice (basic NdX syntax, N <= 50, X <= 1e6).") async def roll(ctx, dice): match = re.match("([-0-9]*)d([0-9]+)", dice) if not match: raise ValueError("Invalid dice notation")