You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose adding a new event handler for Unknown Event for unimplemented and/or undocumented events.
For example: there has long been an undocumented GatewayEvent such as GUILD_JOIN_REQUEST_UPDATE. There are no guarantees that it will exist permanently, however, I can use it at my own risk with the DiscordNet library.
This will allow not to change the DiscordNet code when developing a bot.
The text was updated successfully, but these errors were encountered:
I propose adding a new event handler for Unknown Event for unimplemented and/or undocumented events.
For example: there has long been an undocumented GatewayEvent such as GUILD_JOIN_REQUEST_UPDATE. There are no guarantees that it will exist permanently, however, I can use it at my own risk with the DiscordNet library.
This will allow not to change the DiscordNet code when developing a bot.
The text was updated successfully, but these errors were encountered: