Add channelId to voice state; upgrade discord.py for DAVE protocol

Include channelId in the voice session payload to ensure correct voice state. Upgrade discord.py from 2.6.4 to 2.7.0 to comply with Discord's DAVE protocol requirements.
This commit is contained in:
Choco
2026-03-01 22:26:08 +08:00
parent dfa0616271
commit 88906b60ed
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
discord.py==2.6.4
discord.py==2.7.0
motor==3.6.0
dnspython==2.2.1
tldextract==3.2.1