From a268fd7229a863641255a47d099db4f773ea2655 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Mon, 18 Sep 2023 20:03:47 -0300 Subject: [PATCH] CHG: version string --- motd | 2 +- utils/commands.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) 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