aboutsummaryrefslogtreecommitdiff
path: root/src/configs/commands.config.json
blob: 18653742b6adfad4cc260ce93cf93e33828f10ab (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
{
    "commands" :[
        {
            "name": "jokes",
            "description": "Bad Jokes Command",
            "file": "./commands/jokes.js"
        },
        {
            "name": "play",
            "description": "Play Music",
            "file": "./commands/play.js"
        },
        {
            "name": "stop",
            "description": "Stop Music",
            "file": "./commands/stop.js"
        },
        {
            "name": "loadout",
            "description": "Get CoD Mobile User Loadout",
            "file": "./commands/loadout.js"
        }
    ]
}