aboutsummaryrefslogtreecommitdiff
path: root/src/configs/commands.config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/configs/commands.config.json')
-rw-r--r--src/configs/commands.config.json24
1 files changed, 24 insertions, 0 deletions
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