aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Objectivitix <[email protected]>2021-05-09 20:15:45 -0300
committerGravatar GitHub <[email protected]>2021-05-09 20:15:45 -0300
commita3cf147787058832740316df03a358e3f1039bc9 (patch)
tree9682cec1b9baa36bd216f076579ffad384deea64
parentadd gold colour (diff)
use gold colour from constants.py for consistency
-rw-r--r--bot/exts/evergreen/trivia_quiz.py2
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,
)