diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-09 03:05:41 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-09 03:09:50 +0400 |
commit | cc34991f2098692a2cb2a9e913bd6667d38fdab5 (patch) | |
tree | 2d0e3f0fe93a7dc6f694bf50133761998c970630 /strings.py | |
parent | 0d6745606d3110ac312af9d773e6c0304ce614f1 (diff) |
Add commands modules; Added /chooser command
Diffstat (limited to 'strings.py')
-rw-r--r-- | strings.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |