Search code examples
javadiscorddiscord4j

Discord4j move user to another channel


I have users connected to the voice channel "waited" and I would like to move them to another channel. How to do it? Is it supported by discord4j?


Solution

  • Look at GuildMemberEditSpec. There is a command setNewVoiceChannel that can be used to move the user to a new voice channel.