diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-29 22:12:48 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-12-29 22:12:48 -0500 |
commit | 1182f63498c856111762e2766d6cdddf063f2a97 (patch) | |
tree | 1610dfa9f76d15fd5731a900b854d62d08438ddc /src/commands/moderation/lockdown.ts | |
parent | a540b4083b7a5662ec49b7576b215fe5d3153358 (diff) | |
download | tanzanite-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.ts | 2 |
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]'], |