diff options
Diffstat (limited to 'bot')
| -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 != "": | 
