Table of Contents

Method HandleEventAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.dll

HandleEventAsync(DiscordClient, TEventArgs)

Handles the provided event asynchronously.

Task HandleEventAsync(DiscordClient sender, TEventArgs eventArgs)

Parameters

sender DiscordClient

The DiscordClient this event originates from.

eventArgs TEventArgs

Any additional information pertaining to this event.

Returns

Task