aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
diff options
context:
space:
mode:
authorGravatar ToxicKidz <[email protected]>2021-05-03 13:00:23 -0400
committerGravatar ToxicKidz <[email protected]>2021-05-03 13:00:23 -0400
commitfa45ba761a4176a32e6ed8c55bd432876dd69aa6 (patch)
treebcdd5b195bbc703cf917d65af6e184ea2a2c21b2 /bot/utils/exceptions.py
parentfix: Don't pass bot to __init__ (diff)
parentMerge 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.py2
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