#Try to do a verification
13 messages · Page 1 of 1 (latest)
here what i do: ```js
const channel = interaction.guild.member.voice.channel;
if (!channel) return interaction.reply('You are not connected to a voice channel!'); // make sure we have a voice channel
DJS V14
and also GuildMembers too
are you running this command inside a guild?
yes
ah sorry, its interaction.member, not interaction.guild.member
oh ok i try this now