Skip to content

Conversation

@ChrisLovering
Copy link
Member

Discord.py 2.0 (Namely this commit Rapptz/discord.py@e2250d4) removed the socket_response event, and replaced it with the socket_event_type event, which just sends the type of event triggered on the websocket.

Since this event was removed, no socket stats were being incremented, as the event never triggered.

I have looked through the rest of the bot, and we do not use the socket_response event type anywhere else.

Discord.py 2.0 (Namely this commit Rapptz/discord.py@e2250d4) removed the socket_response event, and replaced it with the socket_event_type event, which just sends the type of event triggered on the websocket.

Since this event was removed, no socket stats were being incremented, as the event never triggered.

I have looked through the rest of the bot, and we do not use the socket_response event type anywhere else.
@ChrisLovering ChrisLovering force-pushed the Migrate-to-socket_event_type branch from 3adbb58 to 3793035 Compare October 18, 2021 20:23
@Akarys42 Akarys42 enabled auto-merge October 18, 2021 20:23
@Akarys42 Akarys42 merged commit aec75bd into main Oct 18, 2021
@Akarys42 Akarys42 deleted the Migrate-to-socket_event_type branch October 18, 2021 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants