From e451c86af5e6b6d58cb4ceb4a4249a4b81754b79 Mon Sep 17 00:00:00 2001 From: Simon Junod Date: Wed, 27 Apr 2022 17:16:12 +0200 Subject: [PATCH] Adding a line that was deleted by mistake --- run.py | 1 + 1 file changed, 1 insertion(+) 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