Files
radio-bot/src/configs/commands.config.json
Indrajith K L 187e6bc1f2 *New Feature
* Cowin API integration
* Command ```!vaccine 110009 25-05-2021```
2021-05-13 02:57:54 +05:30

29 lines
744 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"
}
]
}