aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/lockdown.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/lockdown.ts
parenta540b4083b7a5662ec49b7576b215fe5d3153358 (diff)
downloadtanzanite-1182f63498c856111762e2766d6cdddf063f2a97.tar.gz
tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.tar.bz2
tanzanite-1182f63498c856111762e2766d6cdddf063f2a97.zip
misc improvements
Diffstat (limited to 'src/commands/moderation/lockdown.ts')
-rw-r--r--src/commands/moderation/lockdown.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/lockdown.ts b/src/commands/moderation/lockdown.ts
index 7a0b9d8..b9febbd 100644
--- a/src/commands/moderation/lockdown.ts
+++ b/src/commands/moderation/lockdown.ts
@@ -16,7 +16,7 @@ import { Collection } from 'discord.js';
export default class LockdownCommand extends BushCommand {
public constructor() {
super('lockdown', {
- aliases: ['lockdown'],
+ aliases: ['lockdown', 'lock'],
category: 'moderation',
description: 'Allows you to lockdown a channel or all configured channels.',
usage: ['lockdown [channel] [reason] [--all]'],