Changed needed perm

merge-requests/3/head
Supositware 6 years ago
parent 9e99841e87
commit 5354ec5bc0

@ -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…
Cancel
Save