Code Refactoring
* Adds Config for commands * Moved Casual Messages to language.json
This commit is contained in:
24
src/configs/commands.config.json
Normal file
24
src/configs/commands.config.json
Normal file
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user