Table of Contents

Method FollowupAsync

Namespace
DSharpPlus.Commands.Processors.TextCommands
Assembly
DSharpPlus.Commands.dll

FollowupAsync(IDiscordMessageBuilder)

Creates a followup message to the interaction.

public override ValueTask<DiscordMessage> FollowupAsync(IDiscordMessageBuilder builder)

Parameters

builder IDiscordMessageBuilder

The followup message to be sent.

Returns

ValueTask<DiscordMessage>

The created message.