summaryrefslogtreecommitdiff
path: root/strings.py
diff options
context:
space:
mode:
authorMikhail Kirillov <w96k@runbox.com>2024-10-09 03:05:41 +0400
committerMikhail Kirillov <w96k@runbox.com>2024-10-09 03:09:50 +0400
commitcc34991f2098692a2cb2a9e913bd6667d38fdab5 (patch)
tree2d0e3f0fe93a7dc6f694bf50133761998c970630 /strings.py
parent0d6745606d3110ac312af9d773e6c0304ce614f1 (diff)
Add commands modules; Added /chooser command
Diffstat (limited to 'strings.py')
-rw-r--r--strings.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/strings.py b/strings.py
index c9cfb20..0a7efb9 100644
--- a/strings.py
+++ b/strings.py
@@ -11,5 +11,6 @@
INVALID_COMMAND = "Invalid command. Available commands: /add"
USER_NOT_PROVIDED = "User(s) is not provided"
+EXPECTED_ONE_USER = "Expected only one user"
USER_ADDED = "User {user} has been added"
USER_REMOVED = "User {user} has been removed"