From 38f488528ba96e8445f29c9fe24131930f03a697 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 27 Oct 2021 19:26:52 -0400 Subject: use declaration merging for models and clean them up --- src/commands/config/customAutomodPhrases.ts | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/commands/config') 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'] // }); // } -- cgit