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