diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 12:45:45 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 12:45:45 +0300 |
| commit | 691b22ecacdaa3362003aafa0a2ad0f0d3183f4d (patch) | |
| tree | 813164d5e5963865ff2599149e9eba21bda8c0cd /files | |
| parent | 76173f433c911e7cda0db25d5b6af4c47e8b591d (diff) | |
bot: Set bot commands on startup
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'files')
| -rw-r--r-- | files/commands.json.default | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/files/commands.json.default b/files/commands.json.default new file mode 100644 index 0000000..516b308 --- /dev/null +++ b/files/commands.json.default @@ -0,0 +1,35 @@ +[ + { + "command": "help", "description": "Send help message" + }, + { + "command": "authorize", "description": "Authorize to image board" + }, + { + "command": "original", "description": "Get original file of post" + }, + { + "command": "post", "description": "Get information of post" + }, + { + "command": "hash", "description": "Get posts IDs by hash lookup" + }, + { + "command": "source", "description": "Reverse search image" + }, + { + "command": "short", "description": "Create inline shortcut" + }, + { + "command": "shorts", "description": "Manage saved shortcuts" + }, + { + "command": "ping", "description": "Measure bot latency" + }, + { + "command": "export", "description": "Export all your data" + }, + { + "command": "stop", "description": "Remove all your data" + } +] |
