add INSUFFICIENT_PERMISSIONS string

This commit is contained in:
Lio Young 2021-04-08 21:58:56 +02:00
parent adf93ecfde
commit 227b46726a
No known key found for this signature in database
GPG Key ID: 789795A11879E169
1 changed files with 2 additions and 1 deletions

View File

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