From e3dba82cf3cdbdf5c0aad3d308013695a2074ecf Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 27 Mar 2021 21:57:16 +0530 Subject: Code Refactoring * Adds Config for commands * Moved Casual Messages to language.json --- src/configs/commands.config.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/configs/commands.config.json (limited to 'src/configs/commands.config.json') diff --git a/src/configs/commands.config.json b/src/configs/commands.config.json new file mode 100644 index 0000000..1865374 --- /dev/null +++ b/src/configs/commands.config.json @@ -0,0 +1,24 @@ +{ + "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" + } + ] +} \ No newline at end of file -- cgit v1.2.3