diff options
| author | 2021-05-09 16:47:30 -0400 | |
|---|---|---|
| committer | 2021-05-09 16:47:30 -0400 | |
| commit | 9d5ea922a5a9d045b15610a66ebc07cd5b4424b1 (patch) | |
| tree | ac3f5697e1eca7ce9e4d55f3cace61a063db43cc /bot | |
| parent | add 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')
| -rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 1 | 
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 != "": | 
