aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/unlockdown.ts
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 22:12:48 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 22:12:48 -0500
commit1182f63498c856111762e2766d6cdddf063f2a97 (patch)
tree1610dfa9f76d15fd5731a900b854d62d08438ddc /src/commands/moderation/unlockdown.ts
parenta540b4083b7a5662ec49b7576b215fe5d3153358 (diff)
downloadtanzanite-1182f63498c856111762e2766d6cdddf063f2a97.tar.gz
tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.tar.bz2
tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.zip
misc improvements
Diffstat (limited to 'src/commands/moderation/unlockdown.ts')
-rw-r--r--src/commands/moderation/unlockdown.ts2
1 files changed, 1 insertions, 1 deletions
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]'],