updated
This commit is contained in:
parent
d3cccd2eb0
commit
b9e626e6ea
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ module.exports = class CustomResponseCommand extends Command {
|
||||||
group: 'utility',
|
group: 'utility',
|
||||||
memberName: 'tag',
|
memberName: 'tag',
|
||||||
description: `Custom auto response`,
|
description: `Custom auto response`,
|
||||||
clientPermissions: ['MANAGE_MESSAGES'],
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'trigger',
|
key: 'trigger',
|
||||||
|
|
|
@ -9,7 +9,7 @@ module.exports = class CustomResponseCommand extends Command {
|
||||||
group: 'utility',
|
group: 'utility',
|
||||||
memberName: 'untag',
|
memberName: 'untag',
|
||||||
description: `remove custom autoresponse`,
|
description: `remove custom autoresponse`,
|
||||||
clientPermissions: ['MANAGE_MESSAGES'],
|
userPermissions: ['MANAGE_MESSAGES'],
|
||||||
args: [
|
args: [
|
||||||
{
|
{
|
||||||
key: 'trigger',
|
key: 'trigger',
|
||||||
|
|
Loading…
Reference in a new issue