© 2026 Hedgehog Software, LLC
let connection = DiscordVoice.joinVoiceChannel({ channelId: interaction.member.voice.channelId, guildId: interaction.guild.id, adapterCreator: interaction.guild.voiceAdapterCreator, }) let resource = DiscordVoice.createAudioResource("http://wdr-1live-live.icecast.wdr.de/wdr/1live/live/mp3/128/stream.mp3", { inlineVolume: true }) let player = DiscordVoice.createAudioPlayer() connection.subscribe(player) player.play(resource)
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