mirror of
https://github.com/thaldrin/lingua.git
synced 2024-08-15 03:03:43 +00:00
add error string
This commit is contained in:
parent
12732c2a42
commit
8920bbb3d9
1 changed files with 2 additions and 1 deletions
|
@ -2,5 +2,6 @@ export default {
|
|||
CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such an rerun this Command.",
|
||||
INSUFFICIENT_PERMISSIONS: `You need \`PERMISSIONS\` Permissions to run this Command `,
|
||||
ON_COOLDOWN: `\`COMMAND\` is on Cooldown.`,
|
||||
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` is has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.`
|
||||
ON_COOLDOWN_DESCRIPTION: `\`COMMAND\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.`,
|
||||
ON_ERROR: `\`COMMAND\` encountered an Error.`
|
||||
}
|
Loading…
Reference in a new issue