From bb05752f59fa4403a1fed6ea68f71ed81f173715 Mon Sep 17 00:00:00 2001 From: Kamal Curi Date: Tue, 26 Sep 2023 11:53:03 -0300 Subject: [PATCH] CREM: This is already a dictionary --- utils/commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/commands.py b/utils/commands.py index 52df08c..8d32aca 100644 --- a/utils/commands.py +++ b/utils/commands.py @@ -39,7 +39,6 @@ with open(RQ_LEADERBOARD, mode='r') as f: quote_content = {} # Some commands (e.g. --roulette) cannot process two calls at the same time, comlock (or "command lock") serves as a way to make all affected commands wait. -# This MAY become a dictionary in the future, where keys are commands and values are "True" or "False" comlock = {'roulette': False }