diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 14:26:56 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 14:26:56 +0300 |
| commit | 4d5e50012f37fadae9b38cd33c94fff336b5044f (patch) | |
| tree | b836aa2c331b625ed527df7ea6e8e6bedef95dab | |
| parent | 8d6234596fe5948c65ac0d65b0338a62ebdd26fc (diff) | |
files/commands: Make more readable
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | files/commands.json.default | 33 |
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" } ] |
