From 3a1f6832f83ab12da0113b2e6b1140ccf9428d44 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Mon, 9 Oct 2023 14:31:09 -0300 Subject: [PATCH] FIX: russian pot now gets flushed after a death --- motd | 2 +- utils/commands.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/motd b/motd index 336eca0..c65aead 100644 --- a/motd +++ b/motd @@ -5,7 +5,7 @@ █ ▄ █ ▄▄▄█ ▄▄▄█ ▄ ██ █▄▄▄█ ▄▄▄█ █ █ █ █ █▄▄▄█ █▄▄▄█ █▄█ █ █ █▄▄▄ █▄█ █▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█▄▄▄▄▄▄▄█ -Neeble version: 2023.10.09 +Neeble version: 2023.10.09c 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 509f8ab..ab2991f 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -602,6 +602,7 @@ async def roulette(bot:object, *option:str) -> str: roulette_leaderboard[r] = russians[r] with open(ROULETTE_LEADERBOARD, mode='w') as file: json.dump(roulette_leaderboard, file) + russians = {} comlock['roulette'] = False return 0 else: