diff options
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" |