aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
diff options
context:
space:
mode:
authorGravatar Salil Chincholikar <[email protected]>2021-04-27 19:12:28 +0530
committerGravatar GitHub <[email protected]>2021-04-27 19:12:28 +0530
commit4e0210922ef8d25eeb18f080c9baab022d70d0d2 (patch)
tree6171c6960b75163d54fdb3f156946a0717472be8 /bot/utils/exceptions.py
parentReworded/fixed grammatical error (diff)
Updated bot/utils/exceptions.py
Co-authored-by: Joe Banks <[email protected]>
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 5e4d6330..9e080759 100644
--- a/bot/utils/exceptions.py
+++ b/bot/utils/exceptions.py
@@ -1,4 +1,4 @@
class UserNotPlayingError(Exception):
- """Will be raised when the users try to use game commands when they are not playing."""
+ """Raised when users try to use game commands when they are not playing."""
pass