diff options
| author | 2021-11-29 19:41:33 -0500 | |
|---|---|---|
| committer | 2022-02-09 18:13:37 -0500 | |
| commit | 176590740ed21f8faa26348ab710ee722fca6926 (patch) | |
| tree | 6efd991c61f166bbbef9eb6a7180f42893acf054 | |
| parent | prevent bugs with question regarding multiple choices (diff) | |
typo in trivianight cog explanation
Diffstat (limited to '')
| -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 ) |