update V2 (cleanunp, basic multiple choice, embeds)

This commit is contained in:
ChUrl
2021-06-03 23:15:18 +02:00
parent 77d205be43
commit 07819c0bc6

1
bot.py
View File

@ -297,7 +297,6 @@ class QuizClient(discord.Client):
for emoji, player in self.players.items():
await self.channel.send(
str(emoji) + ": " + str((await player.dm_channel.history(limit=1).flatten())[0].content))
await asyncio.sleep(0.5) # TODO: Keep this?
# Correct answer and scores
amsg = await self._post_answer(question)