标签: python discord discord.py
有没有什么办法可以实现会员离开语音频道的功能?基本上喜欢:
@bot.event async def on_member_vc_leave(member): ...
答案 0 :(得分:1)
您正在寻找on_voice_state_update,然后您只需要检查新状态是否在相关频道/任何频道内或外