aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorMaria Lisina <sekoohaka.sarisan@gmail.com>2026-02-09 14:26:56 +0300
committerMaria Lisina <sekoohaka.sarisan@gmail.com>2026-02-09 14:26:56 +0300
commit4d5e50012f37fadae9b38cd33c94fff336b5044f (patch)
treeb836aa2c331b625ed527df7ea6e8e6bedef95dab /files
parent8d6234596fe5948c65ac0d65b0338a62ebdd26fc (diff)
files/commands: Make more readable
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
Diffstat (limited to 'files')
-rw-r--r--files/commands.json.default33
1 files changed, 22 insertions, 11 deletions
diff --git a/files/commands.json.default b/files/commands.json.default
index d7bec38..dd7d295 100644
--- a/files/commands.json.default
+++ b/files/commands.json.default
@@ -1,35 +1,46 @@
[
{
- "command": "help", "description": "Send help message"
+ "command": "help",
+ "description": "Send help message"
},
{
- "command": "authorize", "description": "Authorize to Image Board"
+ "command": "authorize",
+ "description": "Authorize to Image Board"
},
{
- "command": "original", "description": "Get original file of post"
+ "command": "original",
+ "description": "Get original file of post"
},
{
- "command": "post", "description": "Get information of post"
+ "command": "post",
+ "description": "Get information of post"
},
{
- "command": "hash", "description": "Get posts IDs by hash lookup"
+ "command": "hash",
+ "description": "Get posts IDs by hash lookup"
},
{
- "command": "source", "description": "Reverse search image"
+ "command": "source",
+ "description": "Reverse search image"
},
{
- "command": "short", "description": "Create inline shortcut"
+ "command": "short",
+ "description": "Create inline shortcut"
},
{
- "command": "shorts", "description": "Manage saved shortcuts"
+ "command": "shorts",
+ "description": "Manage saved shortcuts"
},
{
- "command": "status", "description": "Check bot status"
+ "command": "status",
+ "description": "Check bot status"
},
{
- "command": "export", "description": "Export all your data"
+ "command": "export",
+ "description": "Export all your data"
},
{
- "command": "stop", "description": "Remove all your data"
+ "command": "stop",
+ "description": "Remove all your data"
}
]