diff --git a/run.py b/run.py index fb4041c..69e78aa 100755 --- a/run.py +++ b/run.py @@ -13,6 +13,7 @@ from cambot.settings import * bot = nextcord.Client() codenames_games = {} +wordle_games = {} # Startup @bot.event