From 70b72e9bbc6301ef0e45c14fa820786d793bed25 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 1 Jun 2021 19:42:53 +0200 Subject: [PATCH] cleanup --- bot.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/bot.py b/bot.py index 92791e8..ba5086f 100644 --- a/bot.py +++ b/bot.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 -from asyncio.tasks import wait_for import os import re from discord.message import Message @@ -258,16 +257,6 @@ class QuizClient(discord.Client): await self.channel.send("Quiz vorbei!") - # Ablauf: - # - post question to quiz-channel and all private player channels - # - players post answers in private bot-channel - # - answer multiple choice with a, b, c, d emojis - # - bot reacts with green checkmark after everyone answered, then quizmaster can close with checkmark - # - print answer with player emojis - # - set winners by choosing the right emoji - # - # - track the points and make graphs - async def show_scores(self, message): """