This commit is contained in:
Loic Bersier 2018-12-07 19:58:26 +01:00
parent d3cccd2eb0
commit b9e626e6ea
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ module.exports = class CustomResponseCommand extends Command {
group: 'utility',
memberName: 'tag',
description: `Custom auto response`,
clientPermissions: ['MANAGE_MESSAGES'],
userPermissions: ['MANAGE_MESSAGES'],
args: [
{
key: 'trigger',

View file

@ -9,7 +9,7 @@ module.exports = class CustomResponseCommand extends Command {
group: 'utility',
memberName: 'untag',
description: `remove custom autoresponse`,
clientPermissions: ['MANAGE_MESSAGES'],
userPermissions: ['MANAGE_MESSAGES'],
args: [
{
key: 'trigger',