discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
985 stars 236 forks source link

Fix voice error 4020 #1248

Closed micksam7 closed 1 month ago

micksam7 commented 1 month ago

Add type hint to 'd', preventing the heartbeat from being sent as a string, which is now rejected by Discord's voice websocket.

micksam7 commented 1 month ago

Relevant conversation in Dev discord: https://discord.com/channels/613425648685547541/1269938542151467068/1270156823546298438

image