aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-05-13 20:28:20 +0100
committerGravatar GitHub <[email protected]>2021-05-13 20:28:20 +0100
commit196c435c586b3bc2d30aa6a9865b8d4498d9c5b8 (patch)
treec9585d2a668d75bbbda0fab5c1b80962a9946bb7 /bot/utils/exceptions.py
parentRemove redundant comments in bookmark cog (diff)
parentMerge pull request #727 from python-discord/reddit-revoke (diff)
Merge branch 'main' into bookmark-react-for-copy
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