From be416b54c22ad66a837fbbe581c9d2c8ed1b4e7a Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 6 Jul 2022 22:26:06 +0200 Subject: fix import fuckery --- src/commands/moderation/unmute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() { -- cgit