aboutsummaryrefslogtreecommitdiff
path: root/src/configs/commands.config.json
diff options
context:
space:
mode:
authorIndrajith K L2021-06-19 18:30:58 +0530
committerIndrajith K L2021-06-19 18:30:58 +0530
commit0ef3c83f4049227c08731e3f31e53c38e1da5957 (patch)
tree349b423111db5a8730864b8c555bb15564622377 /src/configs/commands.config.json
parentcaebd6b3e5315d3002107464b33ae7b6bf006800 (diff)
downloadradio-bot-0ef3c83f4049227c08731e3f31e53c38e1da5957.tar.gz
radio-bot-0ef3c83f4049227c08731e3f31e53c38e1da5957.tar.bz2
radio-bot-0ef3c83f4049227c08731e3f31e53c38e1da5957.zip
* Radio Bot Implementation
Diffstat (limited to 'src/configs/commands.config.json')
-rw-r--r--src/configs/commands.config.json42
1 files changed, 6 insertions, 36 deletions
diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json
index af4da0d..cdb7745 100644
--- a/src/configs/commands.config.json
+++ b/src/configs/commands.config.json
@@ -1,44 +1,14 @@
{
"commands" :[
{
- "name": "jokes",
- "description": "Bad Jokes Command",
- "file": "./commands/jokes.js"
+ "name": "radioStart",
+ "description": "Start Radio",
+ "file": "./commands/radioStart.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": "got",
- "description": "Game of Thrones Quotes",
- "file": "./commands/got.js"
- },
- {
- "name": "bb",
- "description": "Breaking Bad Quotes",
- "file": "./commands/bb.js"
- },
- {
- "name": "dark",
- "description": "Dark Series Quotes",
- "file": "./commands/dark.js"
+ "name": "radioStop",
+ "description": "Stop Radio",
+ "file": "./commands/radioStop.js"
}
]
} \ No newline at end of file