diff --git a/motd b/motd index 8d5af7d..7fc5f7f 100644 --- a/motd +++ b/motd @@ -5,7 +5,7 @@ █ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█ █ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄ █▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█ -Neeble version: 2023.07.26 +Neeble version: 2023.09.18 Help with the development of neeble-bot in https://brejela.club/gitea/neeble-club/neeble Thank you! diff --git a/utils/commands.py b/utils/commands.py index b08000e..ee288b7 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -578,11 +578,8 @@ async def roulette(bot:object) -> str: if not drum: await bot.send("Inserting a bullet and spinning the drum...") drum.extend(['click']*6) - print(drum) spin = randrange(0, 5) - print(spin) drum[spin] = 'bang' - print(drum) chamber+=1