diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-09 01:22:02 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-09 01:45:08 +0400 |
commit | 0d6745606d3110ac312af9d773e6c0304ce614f1 (patch) | |
tree | 6050df4d7f0cc1d34b9201f0c73a1c87428e055f /strings.py | |
parent | 71efb80b46a3edae4ca2afcfd475d33443586a9a (diff) |
Add /remove and /list commands (unfinished)
Diffstat (limited to 'strings.py')
-rw-r--r-- | strings.py | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |