forked from Supositware/Haha-Yes
require manage message permissions
This commit is contained in:
parent
19c1ddca82
commit
d3cccd2eb0
2 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,7 @@ module.exports = class CustomResponseCommand extends Command {
|
|||
group: 'utility',
|
||||
memberName: 'tag',
|
||||
description: `Custom auto response`,
|
||||
clientPermissions: ['MANAGE_MESSAGES'],
|
||||
args: [
|
||||
{
|
||||
key: 'trigger',
|
||||
|
|
|
@ -9,6 +9,7 @@ module.exports = class CustomResponseCommand extends Command {
|
|||
group: 'utility',
|
||||
memberName: 'untag',
|
||||
description: `remove custom autoresponse`,
|
||||
clientPermissions: ['MANAGE_MESSAGES'],
|
||||
args: [
|
||||
{
|
||||
key: 'trigger',
|
||||
|
|
Loading…
Reference in a new issue