diff options
author | 2021-05-03 13:00:23 -0400 | |
---|---|---|
committer | 2021-05-03 13:00:23 -0400 | |
commit | fa45ba761a4176a32e6ed8c55bd432876dd69aa6 (patch) | |
tree | bcdd5b195bbc703cf917d65af6e184ea2a2c21b2 /bot/utils/exceptions.py | |
parent | fix: Don't pass bot to __init__ (diff) | |
parent | Merge pull request #717 from ToxicKidz/pr-template-spelling-fix (diff) |
fix: Resolve Merge Conflicts
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 |