From 0ef3c83f4049227c08731e3f31e53c38e1da5957 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 19 Jun 2021 18:30:58 +0530 Subject: * Radio Bot Implementation --- src/configs/commands.config.json | 42 ++++++---------------------------------- 1 file changed, 6 insertions(+), 36 deletions(-) (limited to 'src/configs') 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 -- cgit v1.2.3