summaryrefslogtreecommitdiff
path: root/strings.py
diff options
context:
space:
mode:
authorMikhail Kirillov <w96k@runbox.com>2024-10-09 01:22:02 +0400
committerMikhail Kirillov <w96k@runbox.com>2024-10-09 01:45:08 +0400
commit0d6745606d3110ac312af9d773e6c0304ce614f1 (patch)
tree6050df4d7f0cc1d34b9201f0c73a1c87428e055f /strings.py
parent71efb80b46a3edae4ca2afcfd475d33443586a9a (diff)
Add /remove and /list commands (unfinished)
Diffstat (limited to 'strings.py')
-rw-r--r--strings.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/strings.py b/strings.py
index 61dc5d6..c9cfb20 100644
--- a/strings.py
+++ b/strings.py
@@ -10,3 +10,6 @@
# <http://creativecommons.org/publicdomain/zero/1.0/>
INVALID_COMMAND = "Invalid command. Available commands: /add"
+USER_NOT_PROVIDED = "User(s) is not provided"
+USER_ADDED = "User {user} has been added"
+USER_REMOVED = "User {user} has been removed"