Table of Contents

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 object

The Discord client handler that sent this event

args ReadyMessage

The arguments supplied with the event