JaBa/languages/en-US/administration/delcommand.json

8 lines
328 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Remove a custom command!",
"USAGE": "delcommand [name-of-the-command]",
"EXAMPLES": "delcommand hey",
2022-01-04 02:18:28 +05:00
"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!"
}