Delegate OnReadyEvent
- Namespace
- DiscordRPC.Events
- Assembly
- DiscordRPC.dll
Called when the Discord Client is ready to send and receive messages.
public delegate void OnReadyEvent(object sender, ReadyMessage args)
Parameters
sender
objectThe Discord client handler that sent this event
args
ReadyMessageThe arguments supplied with the event