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
IDiscordMessageBuilderThe followup message to be sent.
Returns
- ValueTask<DiscordMessage>
The created message.