From cdb8b0297f806cb3147b3759b0fd234bffbcc3f9 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:04:42 -0400 Subject: added unmute and unban command --- src/commands/config/welcomeChannel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/config/welcomeChannel.ts') diff --git a/src/commands/config/welcomeChannel.ts b/src/commands/config/welcomeChannel.ts index f15e07d..71d59f8 100644 --- a/src/commands/config/welcomeChannel.ts +++ b/src/commands/config/welcomeChannel.ts @@ -27,9 +27,9 @@ export default class WelcomeChannelCommand extends BushCommand { slash: true, slashOptions: [ { - type: 'CHANNEL', name: 'channel', description: 'What channel would you like me to send welcome messages in?', + type: 'CHANNEL', required: false } ] -- cgit