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 }