aboutsummaryrefslogtreecommitdiff
path: root/src/commands/utilities/highlight-matches.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/utilities/highlight-matches.ts')
-rw-r--r--src/commands/utilities/highlight-matches.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/utilities/highlight-matches.ts b/src/commands/utilities/highlight-matches.ts
index d54fd4a..0665b37 100644
--- a/src/commands/utilities/highlight-matches.ts
+++ b/src/commands/utilities/highlight-matches.ts
@@ -1,6 +1,6 @@
import { BotCommand, ButtonPaginator, chunk, colors, emojis, type ArgType, type CommandMessage, type SlashMessage } from '#lib';
+import { type ArgumentGeneratorReturn } from '@notenoughupdates/discord-akairo';
import assert from 'assert/strict';
-import { type ArgumentGeneratorReturn } from 'discord-akairo';
import { type APIEmbed } from 'discord.js';
import { highlightSubcommands } from './highlight-!.js';