© 2026 Hedgehog Software, LLC
let connection = joinVoiceChannel({ adapterCreator: message.guild.voiceAdapterCreator, channelId: message.member.voice.channel.id, guildId: message.guild.id, selfDeaf: false, selfMute: true }); let subscription = connection.receiver.subscribe(message.author.id, { autoDestroy: false, emitClose: false }); const ffplay = exec('ffplay -'); subscription.pipe(ffplay.stdin)
Join the Discord to ask follow-up questions and connect with the community
Support server for discord.js, a Node.js module to interact with Discord's apps API.
57,666 Members