forked from Supositware/Haha-Yes
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'
|
||||
}
|
||||
],
|
||||
userPermissions: ['ADMINISTRATOR'],
|
||||
userPermissions: ['MANAGE_MESSAGES'],
|
||||
channelRestriction: 'guild',
|
||||
description: {
|
||||
content: 'enable/disable autoresponse',
|
||||
|
|
|
@ -7,7 +7,7 @@ class shameboardCommand extends Command {
|
|||
aliases: ['shameboard'],
|
||||
category: 'admin',
|
||||
channelRestriction: 'guild',
|
||||
userPermissions: ['ADMINISTRATOR'],
|
||||
userPermissions: ['MANAGE_CHANNELS'],
|
||||
description: {
|
||||
content: 'Set shameboard',
|
||||
usage: '[]',
|
||||
|
|
|
@ -7,7 +7,7 @@ class StarBoardCommand extends Command {
|
|||
aliases: ['starboard'],
|
||||
category: 'admin',
|
||||
channelRestriction: 'guild',
|
||||
userPermissions: ['ADMINISTRATOR'],
|
||||
userPermissions: ['MANAGE_CHANNELS'],
|
||||
description: {
|
||||
content: 'Set starboard',
|
||||
usage: '[]',
|
||||
|
|
|
@ -7,6 +7,7 @@ class TagCommand extends Command {
|
|||
aliases: ['tag'],
|
||||
category: 'admin',
|
||||
split: 'quoted',
|
||||
userPermissions: ['MANAGE_MESSAGES'],
|
||||
args: [
|
||||
{
|
||||
id: 'trigger',
|
||||
|
|
Loading…
Reference in a new issue