diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-10 20:31:57 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-01-10 20:31:57 -0500 |
commit | 883bb298e7070e98db41b5a588f932f54d6a1876 (patch) | |
tree | 604d615d26db897c32202c17f82be88245eac661 /src/commands | |
parent | 05f3ed401f2f6102b4a8eab12e53c4b0d2ecd8c8 (diff) | |
download | tanzanite-883bb298e7070e98db41b5a588f932f54d6a1876.tar.gz tanzanite-883bb298e7070e98db41b5a588f932f54d6a1876.tar.bz2 tanzanite-883bb298e7070e98db41b5a588f932f54d6a1876.zip |
add clear as an alias to purge
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/moderation/purge.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/purge.ts b/src/commands/moderation/purge.ts index 6125293..8fa279b 100644 --- a/src/commands/moderation/purge.ts +++ b/src/commands/moderation/purge.ts @@ -5,7 +5,7 @@ import { Collection, type Snowflake } from 'discord.js'; export default class PurgeCommand extends BushCommand { public constructor() { super('purge', { - aliases: ['purge'], + aliases: ['purge', 'clear'], category: 'moderation', description: 'A command to mass delete messages.', usage: ['purge <amount> [--bot] [--user <user>]'], |