fixed permissions
This commit is contained in:
parent
eb3e277c4a
commit
c8b049673d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ class UnTagCommand extends Command {
|
||||||
aliases: ['untag', 'removetag', 'delete'],
|
aliases: ['untag', 'removetag', 'delete'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
split: 'none',
|
split: 'none',
|
||||||
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'trigger',
|
id: 'trigger',
|
||||||
|
|
Loading…
Reference in a new issue