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
Add client callbacks for On Reconnect, On Shutdown and On Error. Clients should be able to deal with those events on-demand, as they might have a method of logging or resource management that requires listening to these events.
Acceptance criteria
Add discord_set_on_xxx() methods for each one of the events
Version
v2.1.0
The text was updated successfully, but these errors were encountered:
Describe the feature
Add client callbacks for On Reconnect, On Shutdown and On Error. Clients should be able to deal with those events on-demand, as they might have a method of logging or resource management that requires listening to these events.
Acceptance criteria
discord_set_on_xxx()
methods for each one of the eventsVersion
v2.1.0
The text was updated successfully, but these errors were encountered: