如何将用户转移到另一个频道?

How to move a user into another channel?

我正在尝试使用我的机器人将用户转移到另一个频道。但我找不到任何方法来做到这一点。我是不是遗漏了什么,或者是用 discord 无法完成。js/discord api?

channel是你要加入的语音频道,GuildMember是成员:

GuildMember.voice.setChannel(channel)

我自己没有测试过,但应该可以。