diff --git a/src/plugins/Utility.ts b/src/plugins/Utility.ts index 607ec4f2..4df9b5eb 100644 --- a/src/plugins/Utility.ts +++ b/src/plugins/Utility.ts @@ -649,7 +649,8 @@ export class UtilityPlugin extends ZeppelinPlugin { `) + embedPadding, }); - const voiceChannel = member.voiceState.channelID ? this.guild.channels.get(member.voiceState.channelID) : null; + const upToDateMember = await resolveMember(this.bot, this.guild, user.id); + const voiceChannel = this.guild.channels.get(upToDateMember.voiceState.channelID); if (voiceChannel || member.voiceState.mute || member.voiceState.deaf) { embed.fields.push({ name: "Voice information",