diff options
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/config/customAutomodPhrases.ts | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/commands/config/customAutomodPhrases.ts b/src/commands/config/customAutomodPhrases.ts index e02d52b..6bed8fd 100644 --- a/src/commands/config/customAutomodPhrases.ts +++ b/src/commands/config/customAutomodPhrases.ts @@ -30,7 +30,7 @@ // } // } // ], -// slash: false, //set this to true +// slash: true, // slashOptions: [ // { // name: 'required_argument', @@ -45,12 +45,9 @@ // required: false // } // ], -// superUserOnly: true, -// ownerOnly: true, // channel: 'guild', -// hidden: true, // clientPermissions: (m) => util.clientSendAndPermCheck(m), -// userPermissions: [] +// userPermissions: ['MANAGE_GUILD'] // }); // } |