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

8 lines
299 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Add a custom command!",
"USAGE": "addcommand [name] [answer]",
"EXAMPLES": "addcommand hello Hello {user}! How are you?",
2022-01-04 02:18:28 +05:00
"MISSING_NAME": "Please provide a command name!",
"MISSING_ANSWER": "Please provide a command answer!",
"SUCCESS": "Command **{{commandName}}** added!"
2022-01-04 02:18:28 +05:00
}