update + add quiz

This commit is contained in:
Christoph
2021-10-12 18:57:48 +02:00
parent 07819c0bc6
commit 6361b9edb9
4 changed files with 42 additions and 41 deletions

4
bot.py
View File

@ -139,8 +139,8 @@ class QuizClient(discord.Client):
continue
async for user in reaction.users():
if user == self.quizmaster:
continue
# if user == self.quizmaster:
# continue
players[reaction.emoji] = user # TODO: key value which order?