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/info/pronouns.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/info/pronouns.ts') diff --git a/src/commands/info/pronouns.ts b/src/commands/info/pronouns.ts index 60701d1..0a5c0bc 100644 --- a/src/commands/info/pronouns.ts +++ b/src/commands/info/pronouns.ts @@ -51,9 +51,9 @@ export default class PronounsCommand extends BushCommand { clientPermissions: ['SEND_MESSAGES'], slashOptions: [ { - type: 'USER', name: 'user', description: 'The user to get pronouns for', + type: 'USER', required: false } ], -- cgit