add cooldown strings

This commit is contained in:
Lio Young 2021-04-09 14:49:25 +02:00
parent 227b46726a
commit 12732c2a42
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,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 `
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.`
}