aboutsummaryrefslogtreecommitdiff
path: root/src/context-menu-commands/user
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 16:05:18 -0500
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2021-12-29 16:05:18 -0500
commitf9cf43fc47be2d497d92d728ea892246df96d736 (patch)
treeb5bf3d9641d5363fa581fc5b2464a3aeec53f5d0 /src/context-menu-commands/user
parent0a709c1ef397891c8e17cd57c0e7d3adbc7441ad (diff)
downloadtanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.tar.gz
tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.tar.bz2
tanzanite-f9cf43fc47be2d497d92d728ea892246df96d736.zip
import type
Diffstat (limited to 'src/context-menu-commands/user')
-rw-r--r--src/context-menu-commands/user/userInfo.ts2
1 files changed, 1 insertions, 1 deletions
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';