aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Salil Chincholikar <[email protected]>2021-04-27 14:39:58 +0530
committerGravatar Salil Chincholikar <[email protected]>2021-04-27 14:39:58 +0530
commite666fb7b80a9f590257d1426c7604ff180b35e6e (patch)
tree44207eb664798671e98c0137d52982b0ce5082a7
parentMerge pull request #700 from python-discord/update-pr-template (diff)
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..5e4d6330 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."""
+ """Will be raised when the users try to use game commands when they are not playing."""
pass