diff options
Diffstat (limited to 'lib/utils/Arg.ts')
-rw-r--r-- | lib/utils/Arg.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/utils/Arg.ts b/lib/utils/Arg.ts index 80ca878..803230b 100644 --- a/lib/utils/Arg.ts +++ b/lib/utils/Arg.ts @@ -1,5 +1,5 @@ import type { BaseBotArgumentType, BotArgumentType, BotArgumentTypeCaster, CommandMessage, SlashMessage } from '#lib'; -import { Argument, type Command, type Flag, type ParsedValuePredicate } from 'discord-akairo'; +import { Argument, type Command, type Flag, type ParsedValuePredicate } from '@notenoughupdates/discord-akairo'; import { type Message } from 'discord.js'; /** |