karicac848
karicac848

Reputation: 3

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?

Upvotes: 0

Views: 193

Answers (1)

Derek Lee
Derek Lee

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

Related Questions