From 833ea1fe0dd6bd750e958c4f77f5d97ff5141eb0 Mon Sep 17 00:00:00 2001 From: Maria Lisina Date: Wed, 26 Mar 2025 20:17:38 +0300 Subject: bot: Make help message static Signed-off-by: Maria Lisina --- files/help.txt.default | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/help.txt.default (limited to 'files') diff --git a/files/help.txt.default b/files/help.txt.default new file mode 100644 index 0000000..854da55 --- /dev/null +++ b/files/help.txt.default @@ -0,0 +1,61 @@ +Sekoohaka Bot v{version} + +Fields descriptions: +[command] - Inline command +[b] - Image Board +[page] - Search page number +[options] - Search options +[name] - Search pool or tag name +[tags] - Search tags +[query] - Search query +[id] - Post ID +[login] - Image Board login or username +[key] - Image Board API key or password + +Inline search: +pools [b] [page] [options] [name] - Pools search +posts [b] [page] [options] [tags] - Posts search +tags [b] [page] [options] [name] - Tags search +shorts [page] [options] [query] - Shortcuts search + +Search options: +a - Enable autopaging (lpts) +m - Show more metadata (p) +p - Show gif/video as preview only (p) +q - Add quick buttons (lpts) +r - Reverse search order (s) +w - Match full words only (s) + +Inline commands: +help - Send this message +original [b] [id] - Get original file of post +post [b] [id] - Get infromation of post +short [query] - Create inline shortcut + +Commands: +/help - Send this message +/authorize [b] [login] [key] - Authorize to Image Board +/original [b] [id] - Get original file of post +/post [b] [id] - Get infromation of post +/short [query] - Create inline shortcut +/shorts - Manage saved shortcuts +/stop - Remove all your data + +Inline aliases: +l - pools +p - posts +t - tags +s - shorts +Inline examples: +p d 1 -a rating:g +t d *genshin* +original d 4507929 +short p d -mq ringouulu + +Supported Image Boards: +d - Danbooru (auth) (lpt) +g - Gelbooru (auth) (pt) +i - Idol Complex (auth) (lpt) +k - Konachan.com (auth) (lpt) +s - Sankaku Channel (auth) (lpt) +y - yande.re (auth) (lpt) -- cgit v1.2.3