channel_a = bot.get_channel(780743421442260993)
@bot.command()
async def Movee(ctx):
i = 0
while i < len(participant):
if type(participant[i]) != str:
await participant[i].move_to(channel_a)
i += 1
我想把人们转移到另一个语音聊天室,
但是使用此代码,人们只是与语音聊天室断开连接。
我已经检查过频道 ID 是否正确...
如果您知道解决方案,如果您能告诉我,我将不胜感激。