aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 475b5bb..5f59a30 100644
--- a/src/context-menu-commands/user/userInfo.ts
+++ b/src/context-menu-commands/user/userInfo.ts
@@ -16,7 +16,7 @@ export default class UserInfoContextMenuCommand extends ContextMenuCommand {
await interaction.deferReply({ ephemeral: true });
const user = await client.users.fetch(interaction.targetId);
- const guild = interaction.guild as BushGuild
+ const guild = interaction.guild as BushGuild;
const member = await guild.members.fetch(interaction.targetId);
const userEmbed = await UserInfoCommand.makeUserInfoEmbed(user, member, guild);