diff options
author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2022-04-19 20:08:11 +0000 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-04-19 20:43:42 -0400 |
commit | bcb3dc5fcd21f7626d4c5a8c009dca5658a4436b (patch) | |
tree | 18a739daade64882434ff0a3cfb250b5d87c05b1 /src/context-menu-commands/user | |
parent | d6abde6618c89d4d746a22accda86f20a43de821 (diff) | |
download | tanzanite-bcb3dc5fcd21f7626d4c5a8c009dca5658a4436b.tar.gz tanzanite-bcb3dc5fcd21f7626d4c5a8c009dca5658a4436b.tar.bz2 tanzanite-bcb3dc5fcd21f7626d4c5a8c009dca5658a4436b.zip |
Automatically format code
Diffstat (limited to 'src/context-menu-commands/user')
-rw-r--r-- | src/context-menu-commands/user/userInfo.ts | 2 |
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); |