Method SendAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
SendAsync(DiscordWebhook)
Executes a webhook.
public Task<DiscordMessage> SendAsync(DiscordWebhook webhook)
Parameters
webhook
DiscordWebhookThe webhook that should be executed.
Returns
- Task<DiscordMessage>
The message sent