aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Shom770 <[email protected]>2021-11-29 19:41:33 -0500
committerGravatar Shom770 <[email protected]>2022-02-09 18:13:37 -0500
commit176590740ed21f8faa26348ab710ee722fca6926 (patch)
tree6efd991c61f166bbbef9eb6a7180f42893acf054
parentprevent bugs with question regarding multiple choices (diff)
typo in trivianight cog explanation
Diffstat (limited to '')
-rw-r--r--bot/exts/events/trivianight/trivianight.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/exts/events/trivianight/trivianight.py b/bot/exts/events/trivianight/trivianight.py
index 981b6937..59b809b1 100644
--- a/bot/exts/events/trivianight/trivianight.py
+++ b/bot/exts/events/trivianight/trivianight.py
@@ -59,7 +59,7 @@ class TriviaNight(commands.Cog):
title="What is .trivianight?",
description=(
"This 'cog' is for the Python Discord's TriviaNight (date tentative)! Compete against other"
- "players in a trivia about Python!"
+ " players in a trivia about Python!"
),
color=Colours.soft_green
)