diff options
| -rw-r--r-- | bot/exts/events/trivianight/trivianight.py | 2 |
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 ) |