Adding basic poll functionality

This commit is contained in:
2022-04-27 17:14:17 +02:00
parent 97ff22fa51
commit 13cc41dadd
2 changed files with 23 additions and 1 deletions

1
run.py
View File

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