From 1f59d0f0545d9ba69165be6f718ceb08bf373c07 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 8 Feb 2022 00:17:42 -0500 Subject: dumb bull shit --- src/commands/utilities/highlight-add.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/commands/utilities/highlight-add.ts') diff --git a/src/commands/utilities/highlight-add.ts b/src/commands/utilities/highlight-add.ts index ec5443c..316a931 100644 --- a/src/commands/utilities/highlight-add.ts +++ b/src/commands/utilities/highlight-add.ts @@ -1,7 +1,7 @@ import { AllowedMentions, BushCommand, Highlight, type ArgType, type BushMessage, type BushSlashMessage } from '#lib'; import assert from 'assert'; import { ArgumentGeneratorReturn } from 'discord-akairo'; -import { highlightCommandArgs, highlightSubcommands } from './highlight-!'; +import { highlightCommandArgs, highlightSubcommands } from './highlight-!.js'; export default class HighlightAddCommand extends BushCommand { public constructor() { -- cgit