source: python-cinema-club-bot/strings.py@ cc34991

Last change on this file since cc34991 was cc34991, checked in by Mikhail Kirillov <w96k@…>, on Oct 9, 2024 at 3:09:50 AM

Add commands modules; Added /chooser command

  • Property mode set to 100644
File size: 741 bytes
RevLine 
[71efb80]1# This file is part of python-cinema-club-bot
2# contributed in 2024 by Mikhail Kirillov (~w96k) <w96k@runbox.com>
3
4# To the extent possible under law, the author(s) have dedicated all copyright
5# and related and neighboring rights to this software to the public domain
6# worldwide. This software is distributed without any warranty.
7
8# You should have received a copy of the CC0 Public Domain Dedication along
9# with this software. If not, see:
10# <http://creativecommons.org/publicdomain/zero/1.0/>
11
12INVALID_COMMAND = "Invalid command. Available commands: /add"
[0d67456]13USER_NOT_PROVIDED = "User(s) is not provided"
[cc34991]14EXPECTED_ONE_USER = "Expected only one user"
[0d67456]15USER_ADDED = "User {user} has been added"
16USER_REMOVED = "User {user} has been removed"
Note: See TracBrowser for help on using the repository browser.