Interface IEventDispatcher
- Namespace
- DSharpPlus.Clients
- Assembly
- DSharpPlus.dll
Represents a service dispatching events to registered event handlers.
public interface IEventDispatcher
Methods
- DispatchAsync<T>(DiscordClient, T)
Dispatches the given event.