aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
diff options
context:
space:
mode:
authorGravatar rohan <[email protected]>2021-05-10 01:58:31 +0530
committerGravatar rohan <[email protected]>2021-05-10 01:58:31 +0530
commit2eda11d5110103d65ee684f4626d7c1ae59b32c9 (patch)
treefbbbcf61ef0797722a1ea8136aaa412cd6283365 /bot/utils/exceptions.py
parentFix Bug:Paginated embed image gets carried to next page (diff)
parentMerge pull request #724 from ToxicKidz/fix/mosaic-command (diff)
Pull upstream and resolve 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