Method HandleEventAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.dll
HandleEventAsync(DiscordClient, TEventArgs)
Handles the provided event asynchronously.
Task HandleEventAsync(DiscordClient sender, TEventArgs eventArgs)
Parameters
senderDiscordClientThe DiscordClient this event originates from.
eventArgsTEventArgsAny additional information pertaining to this event.