aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-09 20:57:03 -0300
committerGravatar GitHub <[email protected]>2021-05-09 20:57:03 -0300
commit7bbf7b18a5066b17475bcd2b8c1dc87417692f75 (patch)
tree5e67913165057aac5b053631eb9b425bf293b379
parentminor tweaks as suggested by vcokltfre (diff)
fixed no description embed error
-rw-r--r--bot/exts/evergreen/trivia_quiz.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py
index 51e24226..23aac5fa 100644
--- a/bot/exts/evergreen/trivia_quiz.py
+++ b/bot/exts/evergreen/trivia_quiz.py
@@ -539,6 +539,7 @@ class TriviaQuiz(commands.Cog):
embed = discord.Embed(
color=Colours.bright_green,
title=f"The correct answer {word} **`{', '.join(answers)}`**\n",
+ description="",
)
if info != "":