2023Collectabot/src/clientstrings.json
2023-03-28 23:13:13 -05:00

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!"
}