From 1182f63498c856111762e2766d6cdddf063f2a97 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 29 Dec 2021 22:12:48 -0500 Subject: misc improvements --- src/commands/moderation/unlockdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/moderation/unlockdown.ts') diff --git a/src/commands/moderation/unlockdown.ts b/src/commands/moderation/unlockdown.ts index 87b27eb..24af305 100644 --- a/src/commands/moderation/unlockdown.ts +++ b/src/commands/moderation/unlockdown.ts @@ -4,7 +4,7 @@ import LockdownCommand from './lockdown.js'; export default class UnlockdownCommand extends BushCommand { public constructor() { super('unlockdown', { - aliases: ['unlockdown'], + aliases: ['unlockdown', 'unlock'], category: 'moderation', description: 'Allows you to unlockdown a channel or all configured channels.', usage: ['unlockdown [channel] [reason] [--all]'], -- cgit