aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2021-04-27 14:47:51 +0100
committerGravatar GitHub <[email protected]>2021-04-27 14:47:51 +0100
commitf554a2e7ea64f12fcb8b916a0299fb27bd88e4cd (patch)
tree6171c6960b75163d54fdb3f156946a0717472be8
parentMerge pull request #700 from python-discord/update-pr-template (diff)
parentUpdated bot/utils/exceptions.py (diff)
Merge pull request #709 from chincholikarsalil/fix-grammatical-error
Reworded/fixed grammatical error
-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