aboutsummaryrefslogtreecommitdiffstats
path: root/bot/seasons/easter/egghead_quiz.py
diff options
context:
space:
mode:
authorGravatar S. Co1 <[email protected]>2019-09-11 11:12:37 -0400
committerGravatar S. Co1 <[email protected]>2019-09-11 11:12:37 -0400
commita6a1939dc9917f59ee75f138757a2e4ab48742d1 (patch)
tree0673794db3c19d661cd8dd39141772c4d7140460 /bot/seasons/easter/egghead_quiz.py
parentLint remaining files (diff)
parentMerge pull request #269 from python-discord/hacktoberfest-update (diff)
Merge branch 'master' into flake8-annotations
Diffstat (limited to 'bot/seasons/easter/egghead_quiz.py')
-rw-r--r--bot/seasons/easter/egghead_quiz.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/seasons/easter/egghead_quiz.py b/bot/seasons/easter/egghead_quiz.py
index f479504c..0b175bf1 100644
--- a/bot/seasons/easter/egghead_quiz.py
+++ b/bot/seasons/easter/egghead_quiz.py
@@ -38,7 +38,7 @@ class EggheadQuiz(commands.Cog):
@commands.command(aliases=["eggheadquiz", "easterquiz"])
async def eggquiz(self, ctx: commands.Context) -> None:
"""
- Gives a random quiz question, waits 30 seconds and then outputs the answer
+ Gives a random quiz question, waits 30 seconds and then outputs the answer.
Also informs of the percentages and votes of each option
"""