Changeset 0d48ea2 in python-cinema-club-bot for strings.py
- Timestamp:
- Oct 9, 2024, 3:40:27 AM (5 weeks ago)
- Branches:
- master
- Children:
- 6623428
- Parents:
- cc34991
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
strings.py
rcc34991 r0d48ea2 10 10 # <http://creativecommons.org/publicdomain/zero/1.0/> 11 11 12 INVALID_COMMAND = "Invalid command. Available commands: /add "12 INVALID_COMMAND = "Invalid command. Available commands: /add /list /remove /chooser /about" 13 13 USER_NOT_PROVIDED = "User(s) is not provided" 14 14 EXPECTED_ONE_USER = "Expected only one user" 15 USER_ADDED = "User {user} has been added" 16 USER_REMOVED = "User {user} has been removed" 15 USER_ADD = "User {user} has been added" 16 USERS_ADDED = "Users have been added successfully. Use /list to view." 17 USER_REMOVE = "User {user} has been removed. Use /list to view." 18 USERS_REMOVED = "Users has been removed" 19 USER_SET = "Users have been set successfully. Use /list to view." 20
Note:
See TracChangeset
for help on using the changeset viewer.