Adding a line that was deleted by mistake

This commit is contained in:
2022-04-27 17:16:12 +02:00
parent 13cc41dadd
commit e451c86af5

1
run.py
View File

@@ -13,6 +13,7 @@ from cambot.settings import *
bot = nextcord.Client()
codenames_games = {}
wordle_games = {}
# Startup
@bot.event