diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-08 00:17:42 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-02-08 00:17:42 -0500 |
commit | 1f59d0f0545d9ba69165be6f718ceb08bf373c07 (patch) | |
tree | f649f7590418047181756c116cc1d941cab3a48c /src/commands/utilities/highlight-remove.ts | |
parent | 181bfc6971d901cb6b15aa39c542890bd20083d8 (diff) | |
download | tanzanite-1f59d0f0545d9ba69165be6f718ceb08bf373c07.tar.gz tanzanite-1f59d0f0545d9ba69165be6f718ceb08bf373c07.tar.bz2 tanzanite-1f59d0f0545d9ba69165be6f718ceb08bf373c07.zip |
dumb bull shit
Diffstat (limited to 'src/commands/utilities/highlight-remove.ts')
-rw-r--r-- | src/commands/utilities/highlight-remove.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/highlight-remove.ts b/src/commands/utilities/highlight-remove.ts index 0432a16..1f7c4c0 100644 --- a/src/commands/utilities/highlight-remove.ts +++ b/src/commands/utilities/highlight-remove.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 HighlightRemoveCommand extends BushCommand { public constructor() { |