Table of Contents

Method SendAsync

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

SendAsync(DiscordChannel)

Sends the Message to a specific channel

public Task<DiscordMessage> SendAsync(DiscordChannel channel)

Parameters

channel DiscordChannel

The channel the message should be sent to.

Returns

Task<DiscordMessage>

The current builder to be chained.