Reputation: 3
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?
Upvotes: 0
Views: 193
Reputation: 56
Look at GuildMemberEditSpec. There is a command setNewVoiceChannel
that can be used to move the user to a new voice channel.
Upvotes: 0