Files
lul-bot/src/configs/commands.config.json
2021-05-26 01:46:01 +05:30

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"
}
]
}