diff options
author | 2021-04-27 14:47:51 +0100 | |
---|---|---|
committer | 2021-04-27 14:47:51 +0100 | |
commit | f554a2e7ea64f12fcb8b916a0299fb27bd88e4cd (patch) | |
tree | 6171c6960b75163d54fdb3f156946a0717472be8 | |
parent | Merge pull request #700 from python-discord/update-pr-template (diff) | |
parent | Updated bot/utils/exceptions.py (diff) |
Merge pull request #709 from chincholikarsalil/fix-grammatical-error
Reworded/fixed grammatical error
-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 |