mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 21:24:59 +05:00
8 lines
366 B
JSON
8 lines
366 B
JSON
|
{
|
||
|
"DESCRIPTION": "Remove a custom command!",
|
||
|
"USAGE": "{{prefix}}delcommand [name-of-the-command]",
|
||
|
"EXAMPLES": "{{prefix}}delcommand hey",
|
||
|
"MISSING_NAME": "Please enter a valid custom command name!",
|
||
|
"UNKNOWN_COMMAND": "The command {{commandName}} doesn't exist!",
|
||
|
"SUCCESS": "The {{commandName}} command has been removed from the server!"
|
||
|
}
|