diff options
| author | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 12:49:41 +0300 |
|---|---|---|
| committer | Maria Lisina <sekoohaka.sarisan@gmail.com> | 2026-02-09 12:49:41 +0300 |
| commit | 4506d1d2d679ec58cc7197bfb63c687eae596c22 (patch) | |
| tree | c140812cf7dee05fc13eed814379c8de20fd9b1d | |
| parent | 691b22ecacdaa3362003aafa0a2ad0f0d3183f4d (diff) | |
files/commands: Fix authorize description
Signed-off-by: Maria Lisina <sekoohaka.sarisan@gmail.com>
| -rw-r--r-- | files/commands.json.default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/commands.json.default b/files/commands.json.default index 516b308..248683c 100644 --- a/files/commands.json.default +++ b/files/commands.json.default @@ -3,7 +3,7 @@ "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" |
