Changed needed perm

This commit is contained in:
Supositware 2019-01-12 17:00:36 +01:00
parent 9e99841e87
commit 5354ec5bc0
4 changed files with 4 additions and 3 deletions

View file

@ -16,7 +16,7 @@ class autoresponseCommand extends Command {
type: 'string'
}
],
userPermissions: ['ADMINISTRATOR'],
userPermissions: ['MANAGE_MESSAGES'],
channelRestriction: 'guild',
description: {
content: 'enable/disable autoresponse',

View file

@ -7,7 +7,7 @@ class shameboardCommand extends Command {
aliases: ['shameboard'],
category: 'admin',
channelRestriction: 'guild',
userPermissions: ['ADMINISTRATOR'],
userPermissions: ['MANAGE_CHANNELS'],
description: {
content: 'Set shameboard',
usage: '[]',

View file

@ -7,7 +7,7 @@ class StarBoardCommand extends Command {
aliases: ['starboard'],
category: 'admin',
channelRestriction: 'guild',
userPermissions: ['ADMINISTRATOR'],
userPermissions: ['MANAGE_CHANNELS'],
description: {
content: 'Set starboard',
usage: '[]',

View file

@ -7,6 +7,7 @@ class TagCommand extends Command {
aliases: ['tag'],
category: 'admin',
split: 'quoted',
userPermissions: ['MANAGE_MESSAGES'],
args: [
{
id: 'trigger',