Discord bot JDA connect user to channel

Viewed 21

I want create bot with join all online users to voice channel. I can get users but I can't connect them to channel. I saw many similar questions but all solutions don't work, does discord disabled this feature? Does net.dv8tion JDA end support this?

1 Answers

No, discord does not support this feature. But, you can get every active member that is in a voice channel and move them into one specific channel.

Related