13 lines
636 B
JSON
13 lines
636 B
JSON
{
|
|
"command": {
|
|
"guildOnly": "that command doesn't work in DMs!",
|
|
"ownerOnly": "you can't use that command if you don't own this bot...",
|
|
"noPermission": "you aren't allowed to use that command!",
|
|
"noArguments": "i can't do anything without the command arguments!",
|
|
"missingArguments": "you're missing arguments!",
|
|
"invalidArgument": "`{1}` is invalid!",
|
|
"usagePrefix": "the proper usage would be: ",
|
|
"onCooldown": "you need to wait {1} more seconds before reusing the `{2}` command!"
|
|
},
|
|
"error": "there was an error, shout at hexugory and hope he hears you!"
|
|
} |