Table of Contents

Method EditFollowupAsync

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

EditFollowupAsync(ulong, IDiscordMessageBuilder)

Edits a followup message.

public override ValueTask<DiscordMessage> EditFollowupAsync(ulong messageId, IDiscordMessageBuilder builder)

Parameters

messageId ulong

The id of the followup message to edit.

builder IDiscordMessageBuilder

The message builder.

Returns

ValueTask<DiscordMessage>

The edited message.