diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:37:15 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-10 07:37:15 +0400 |
commit | 68bd6d0fa2faef59af5f88f976b425ca2e378cfd (patch) | |
tree | 3ea2dac592b2647fb378461d2ff4a99a0235ed42 | |
parent | 5ba045c3ae59c3138d9585ea37f074bf1f06f094 (diff) |
Add COMMANDS file
-rw-r--r-- | COMMANDS | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/COMMANDS b/COMMANDS new file mode 100644 index 0000000..e7a9260 --- /dev/null +++ b/COMMANDS @@ -0,0 +1,16 @@ +This file is intended to send command list to @BotFather: + +about - Show information about the bot +set - Set new users to queue (overrides old users) +add - Add new users to exisiting queue +list - List of all added users +queue - Same as /list +users - Same as /list +remove - Remove users from queue entirely +chooser - Set specific user as a chooser for next film +next - Show who is choosing next movie +movie - Add new movie by IMDB id +movies - List of all added movies +event - Create an event or modify planned one +events - List all created events +announce - Post an announcement to planned created event |