diff options
author | 2021-05-16 15:27:58 +0100 | |
---|---|---|
committer | 2021-05-16 15:27:58 +0100 | |
commit | 0585e210949ef808417d181579081416fa73fd18 (patch) | |
tree | d5f3a9102f420506f823ee9593857b4098d1af38 /bot/utils/exceptions.py | |
parent | Change authors value in pyproject.toml (diff) | |
parent | Spring cleanup (#718) (diff) |
Merge branch 'main' into pipenv-to-poetry
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 |