From f9cf43fc47be2d497d92d728ea892246df96d736 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Wed, 29 Dec 2021 16:05:18 -0500 Subject: import type --- src/context-menu-commands/user/userInfo.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/context-menu-commands') diff --git a/src/context-menu-commands/user/userInfo.ts b/src/context-menu-commands/user/userInfo.ts index 1e35093..f654be7 100644 --- a/src/context-menu-commands/user/userInfo.ts +++ b/src/context-menu-commands/user/userInfo.ts @@ -1,4 +1,4 @@ -import { BushGuild, BushGuildMember, BushUser } from '#lib'; +import { type BushGuild, type BushGuildMember, type BushUser } from '#lib'; import { ContextMenuCommand } from 'discord-akairo'; import { type ContextMenuInteraction } from 'discord.js'; import UserInfoCommand from '../../commands/info/userInfo.js'; -- cgit