From 39a9ac09f5b4b1c7c6ef4686ff98f402a16dff52 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 21 Feb 2022 16:08:57 -0500 Subject: fix: unban command --- src/commands/moderation/unban.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands') diff --git a/src/commands/moderation/unban.ts b/src/commands/moderation/unban.ts index a6afc0a..9973d61 100644 --- a/src/commands/moderation/unban.ts +++ b/src/commands/moderation/unban.ts @@ -22,7 +22,7 @@ export default class UnbanCommand extends BushCommand { { id: 'user', description: 'The user to unban.', - type: util.arg.compose('user', 'globalUser'), + type: util.arg.union('user', 'globalUser'), prompt: 'What user would you like to unban?', retry: '{error} Choose a valid user to unban.', slashType: ApplicationCommandOptionType.User -- cgit