i am trying to move a user to another channel with my bot. But i don't find any way to do that. Do i miss something or is it just not possible to accomplish that with discord.js/discord api?
Note! i haven't tested this myself but it should work
channel is the voice channel you want to put the member in and member is the member
member.setVoiceChannel(channel)