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
senderobjectThe Discord client handler that sent this event
argsReadyMessageThe arguments supplied with the event