© 2026 Hedgehog Software, LLC
member.voice
await guild.members.fetch(user.id)
VoiceState { guild: <ref *1> Guild {}, id: '778409873573412874', serverDeaf: null, serverMute: null, selfDeaf: null, selfMute: null, selfVideo: null, sessionId: null, streaming: null, channelId: null, suppress: null, requestToSpeakTimestamp: null }
client
const client = new Client({ intents: [ GatewayIntentBits.Guilds, GatewayIntentBits.GuildMembers, GatewayIntentBits.GuildMessages, GatewayIntentBits.GuildPresences, GatewayIntentBits.GuildVoiceStates, GatewayIntentBits.GuildModeration, GatewayIntentBits.MessageContent, GatewayIntentBits.GuildMessageReactions, GatewayIntentBits.DirectMessages ], partials: [ Partials.User, Partials.Channel, Partials.GuildMember, Partials.Message, Partials.Reaction, Partials.GuildScheduledEvent, Partials.ThreadMember ] });