add tag strings

This commit is contained in:
Lio Young 2021-04-22 03:38:53 +02:00
parent 135a6a484f
commit 02df423f92
No known key found for this signature in database
GPG key ID: 789795A11879E169

View file

@ -1,3 +1,9 @@
export default {
CHANNEL_NOT_NSFW: "This Channel is not marked as NSFW, please mark it as such an rerun this Command."
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\` has a cooldown of \`COOLDOWN\` \n Wait \`TIME\` berore trying to use it again.`,
ON_ERROR: `\`COMMAND\` encountered an Error.`,
NOT_ENOUGH_TAGS: `Not Enough Tags`,
NOT_ENOUGH_TAGS_DESC: "You need to provide Tags for me to Search for."
}