diff options
author | 2021-05-09 20:15:45 -0300 | |
---|---|---|
committer | 2021-05-09 20:15:45 -0300 | |
commit | a3cf147787058832740316df03a358e3f1039bc9 (patch) | |
tree | 9682cec1b9baa36bd216f076579ffad384deea64 | |
parent | add gold colour (diff) |
use gold colour from constants.py for consistency
-rw-r--r-- | bot/exts/evergreen/trivia_quiz.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/evergreen/trivia_quiz.py b/bot/exts/evergreen/trivia_quiz.py index f2dfe6a9..31d9dbce 100644 --- a/bot/exts/evergreen/trivia_quiz.py +++ b/bot/exts/evergreen/trivia_quiz.py @@ -328,7 +328,7 @@ class TriviaQuiz(commands.Cog): answers = [answers] embed = discord.Embed( - colour=discord.Colour.gold(), + colour=Colours.gold, title=f"Question #{len(done_question)}", description=question, ) |