34 lines
883 B
JSON
34 lines
883 B
JSON
{
|
|
"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"
|
|
},
|
|
{
|
|
"name": "vaccine",
|
|
"description": "Get Vaccine Availability by Pincode",
|
|
"file": "./commands/vaccine.js"
|
|
},
|
|
{
|
|
"name": "gt",
|
|
"description": "Game of Thrones Quotes",
|
|
"file": "./commands/gt.js"
|
|
}
|
|
]
|
|
} |