1
0
Fork 0
mirror of https://github.com/JonnyBro/JaBa.git synced 2025-03-05 22:49:38 +05:00
JaBa/languages/en-US/administration/addcommand.json

8 lines
No EOL
299 B
JSON

{
"DESCRIPTION": "Add a custom command!",
"USAGE": "addcommand [name] [answer]",
"EXAMPLES": "addcommand hello Hello {user}! How are you?",
"MISSING_NAME": "Please provide a command name!",
"MISSING_ANSWER": "Please provide a command answer!",
"SUCCESS": "Command **{{commandName}}** added!"
}