aboutsummaryrefslogtreecommitdiffstats
path: root/bot/utils/exceptions.py
diff options
context:
space:
mode:
authorGravatar Vivaan Parashar <[email protected]>2021-05-16 22:11:23 +0530
committerGravatar Vivaan Parashar <[email protected]>2021-05-16 22:11:23 +0530
commit24219ed346593273f9778fc3b835dc0ca2e88cca (patch)
tree4f839b20d7336e751a982de50ca239bec614f3b6 /bot/utils/exceptions.py
parentsquish imports (diff)
parentMerge branch 'main' into feature/stackoverflow (diff)
Update branch
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