Changed needed perm
This commit is contained in:
parent
9e99841e87
commit
5354ec5bc0
4 changed files with 4 additions and 3 deletions
|
@ -16,7 +16,7 @@ class autoresponseCommand extends Command {
|
||||||
type: 'string'
|
type: 'string'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
userPermissions: ['ADMINISTRATOR'],
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
description: {
|
description: {
|
||||||
content: 'enable/disable autoresponse',
|
content: 'enable/disable autoresponse',
|
||||||
|
|
|
@ -7,7 +7,7 @@ class shameboardCommand extends Command {
|
||||||
aliases: ['shameboard'],
|
aliases: ['shameboard'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
userPermissions: ['ADMINISTRATOR'],
|
userPermissions: ['MANAGE_CHANNELS'],
|
||||||
description: {
|
description: {
|
||||||
content: 'Set shameboard',
|
content: 'Set shameboard',
|
||||||
usage: '[]',
|
usage: '[]',
|
||||||
|
|
|
@ -7,7 +7,7 @@ class StarBoardCommand extends Command {
|
||||||
aliases: ['starboard'],
|
aliases: ['starboard'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
channelRestriction: 'guild',
|
channelRestriction: 'guild',
|
||||||
userPermissions: ['ADMINISTRATOR'],
|
userPermissions: ['MANAGE_CHANNELS'],
|
||||||
description: {
|
description: {
|
||||||
content: 'Set starboard',
|
content: 'Set starboard',
|
||||||
usage: '[]',
|
usage: '[]',
|
||||||
|
|
|
@ -7,6 +7,7 @@ class TagCommand extends Command {
|
||||||
aliases: ['tag'],
|
aliases: ['tag'],
|
||||||
category: 'admin',
|
category: 'admin',
|
||||||
split: 'quoted',
|
split: 'quoted',
|
||||||
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
id: 'trigger',
|
id: 'trigger',
|
||||||
|
|
Loading…
Reference in a new issue