diff options
Diffstat (limited to 'src/commands/config/customAutomodPhrases.ts')
-rw-r--r-- | src/commands/config/customAutomodPhrases.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/commands/config/customAutomodPhrases.ts b/src/commands/config/customAutomodPhrases.ts index 2cbe874..51e219a 100644 --- a/src/commands/config/customAutomodPhrases.ts +++ b/src/commands/config/customAutomodPhrases.ts @@ -49,8 +49,8 @@ // ownerOnly: true, // channel: 'guild', // hidden: true, -// clientPermissions: ['SEND_MESSAGES'], -// userPermissions: ['SEND_MESSAGES'] +// clientPermissions: (m) => util.clientSendAndPermCheck(m), +// userPermissions: [] // }); // } |