diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-06 22:26:06 +0200 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-07-06 22:26:06 +0200 |
commit | be416b54c22ad66a837fbbe581c9d2c8ed1b4e7a (patch) | |
tree | 1d1630bc299c908406614394c3a80b8e6227f703 | |
parent | adbb5e939cebcf4c0479d66162377957f2a845af (diff) | |
download | tanzanite-be416b54c22ad66a837fbbe581c9d2c8ed1b4e7a.tar.gz tanzanite-be416b54c22ad66a837fbbe581c9d2c8ed1b4e7a.tar.bz2 tanzanite-be416b54c22ad66a837fbbe581c9d2c8ed1b4e7a.zip |
fix import fuckery
-rw-r--r-- | src/commands/moderation/unmute.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/unmute.ts b/src/commands/moderation/unmute.ts index 6452453..31944fc 100644 --- a/src/commands/moderation/unmute.ts +++ b/src/commands/moderation/unmute.ts @@ -1,6 +1,5 @@ import { AllowedMentions, - BushCommand, clientSendAndPermCheck, emojis, format, @@ -15,6 +14,7 @@ import { } from '#lib'; import assert from 'assert'; import { ApplicationCommandOptionType, PermissionFlagsBits, type GuildMember } from 'discord.js'; +import { BushCommand } from '../../lib/extensions/discord-akairo/BushCommand.js'; export default class UnmuteCommand extends BushCommand { public constructor() { |