aboutsummaryrefslogtreecommitdiff
path: root/files/commands.json.default
blob: 516b308313e577e222c9c4fbb9fe31a2b8848e5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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"
    }
]