diff --git a/motd b/motd index 9ba7fce..d3eda71 100644 --- a/motd +++ b/motd @@ -5,7 +5,7 @@ █ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█ █ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄ █▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█ -Neeble version: 2023.04.04 +Neeble version: 2023.04.04a Bot source can be found by users with the @Neeble Dev role. Thank you! diff --git a/utils/commands.py b/utils/commands.py index 1c6e388..19ee820 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -445,4 +445,4 @@ async def dice_roll(bot:object, size:int=6) -> str: """ syntax = '--dice_roll ' - return await bot.send(f":game_die: : `{str(randrange(1, size))}`") \ No newline at end of file + return await bot.send(f":game_die: : `{str(randrange(1, size + 1))}`") \ No newline at end of file