diff options
author | 2021-05-09 20:57:03 -0300 | |
---|---|---|
committer | 2021-05-09 20:57:03 -0300 | |
commit | 7bbf7b18a5066b17475bcd2b8c1dc87417692f75 (patch) | |
tree | 5e67913165057aac5b053631eb9b425bf293b379 /bot/exts/evergreen/trivia_quiz.py | |
parent | minor tweaks as suggested by vcokltfre (diff) |
fixed no description embed error
Diffstat (limited to 'bot/exts/evergreen/trivia_quiz.py')
-rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 1 |
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 != "": |