diff --git a/utils/commands.py b/utils/commands.py index a918f93..7e394ba 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -581,7 +581,7 @@ async def roulette(bot:object) -> str: if not drum: await bot.send("Inserting a bullet and spinning the drum...") drum.extend(['click']*6) - spin = randrange(0, 5) + spin = randrange(0, 6) drum[spin] = 'bang' chamber+=1 @@ -591,4 +591,4 @@ async def roulette(bot:object) -> str: drum = [] return await bot.send(f"BANG! {bot.author.name} died.") else: - return await bot.send("Click!") \ No newline at end of file + return await bot.send("Click!")