aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
diff options
context:
space:
mode:
authorGravatar Vivaan <[email protected]>2021-05-16 22:09:19 +0530
committerGravatar GitHub <[email protected]>2021-05-16 22:09:19 +0530
commitab3cf464883d30c5191e3b40328ead90dc518d12 (patch)
treef46d89e35f8fa651a98ea4427f20962145fe91ed /bot/utils/exceptions.py
parentadd check for statistics (diff)
parentSpring cleanup (#718) (diff)
Merge branch 'main' into feature/stackoverflow
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