Changeset 0d67456 in python-cinema-club-bot for strings.py


Ignore:
Timestamp:
Oct 9, 2024, 1:45:08 AM (5 weeks ago)
Author:
Mikhail Kirillov <w96k@…>
Branches:
master
Children:
cc34991
Parents:
71efb80
git-author:
Mikhail Kirillov <w96k@…> (10/09/24 01:22:02)
git-committer:
Mikhail Kirillov <w96k@…> (10/09/24 01:45:08)
Message:

Add /remove and /list commands (unfinished)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • strings.py

    r71efb80 r0d67456  
    1111
    1212INVALID_COMMAND = "Invalid command. Available commands: /add"
     13USER_NOT_PROVIDED = "User(s) is not provided"
     14USER_ADDED = "User {user} has been added"
     15USER_REMOVED = "User {user} has been removed"
Note: See TracChangeset for help on using the changeset viewer.