Changeset cc34991 in python-cinema-club-bot for strings.py


Ignore:
Timestamp:
Oct 9, 2024, 3:09:50 AM (5 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
0d48ea2
Parents:
0d67456
git-author:
Mikhail Kirillov <w96k@…> (10/09/24 03:05:41)
git-committer:
Mikhail Kirillov <w96k@…> (10/09/24 03:09:50)
Message:

Add commands modules; Added /chooser command

File:
1 edited

Legend:

Unmodified
Added
Removed
  • strings.py

    r0d67456 rcc34991  
    1212INVALID_COMMAND = "Invalid command. Available commands: /add"
    1313USER_NOT_PROVIDED = "User(s) is not provided"
     14EXPECTED_ONE_USER = "Expected only one user"
    1415USER_ADDED = "User {user} has been added"
    1516USER_REMOVED = "User {user} has been removed"
Note: See TracChangeset for help on using the changeset viewer.