mirror of
https://github.com/thaldrin/lingua.git
synced 2024-08-15 03:03:43 +00:00
add INSUFFICIENT_PERMISSIONS string
This commit is contained in:
parent
adf93ecfde
commit
227b46726a
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
export default {
|
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 `
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue