diff options
author | 2021-06-03 15:58:05 +0800 | |
---|---|---|
committer | 2021-06-03 15:58:05 +0800 | |
commit | b60fd23bae52fb59eed0bf29aef2516234d1c858 (patch) | |
tree | 0ed0f44d590e8e4891b2f1ab142b10b48fae2763 /bot/utils/exceptions.py | |
parent | Make `setup` docstring same as other cogs (diff) | |
parent | Added "centisecond" in trivia_quiz.json (#751) (diff) |
Merge branch 'main' into feature/pride-leaders
Diffstat (limited to 'bot/utils/exceptions.py')
-rw-r--r-- | bot/utils/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bot/utils/exceptions.py b/bot/utils/exceptions.py index 2b1c1b31..9e080759 100644 --- a/bot/utils/exceptions.py +++ b/bot/utils/exceptions.py @@ -1,4 +1,4 @@ class UserNotPlayingError(Exception): - """Will raised when user try to use game commands when not playing.""" + """Raised when users try to use game commands when they are not playing.""" pass |