aboutsummaryrefslogtreecommitdiffstats
path: root/bot/exts/evergreen/trivia_quiz.py
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-09 16:47:30 -0400
committerGravatar GitHub <[email protected]>2021-05-09 16:47:30 -0400
commit9d5ea922a5a9d045b15610a66ebc07cd5b4424b1 (patch)
treeac3f5697e1eca7ce9e4d55f3cace61a063db43cc /bot/exts/evergreen/trivia_quiz.py
parentadd space at the end of string on line 435 (diff)
remove redundant `description` kwarg pass
Co-authored-by: ToxicKidz <[email protected]>
Diffstat (limited to 'bot/exts/evergreen/trivia_quiz.py')
-rw-r--r--bot/exts/evergreen/trivia_quiz.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py
index 1e1c973c..d3def4f2 100644
--- a/bot/exts/evergreen/trivia_quiz.py
+++ b/bot/exts/evergreen/trivia_quiz.py
@@ -563,7 +563,6 @@ class TriviaQuiz(commands.Cog):
embed = discord.Embed(
color=discord.Colour.red(),
title=f"The correct answer is/are **`{', '.join(answers)}`**\n",
- description="",
)
if info != "":