diff options
Diffstat (limited to 'src/configs')
-rw-r--r-- | src/configs/commands.config.json | 42 |
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 |