Method EditResponseAsync
- Namespace
- DSharpPlus.Commands
- Assembly
- DSharpPlus.Commands.dll
EditResponseAsync(string)
Edits the response.
public virtual ValueTask<DiscordMessage> EditResponseAsync(string content)Parameters
- contentstring
- Content to send in the response. 
Returns
EditResponseAsync(DiscordEmbed)
Edits the response.
public virtual ValueTask<DiscordMessage> EditResponseAsync(DiscordEmbed embed)Parameters
- embedDiscordEmbed
- Embed to send in the response. 
Returns
EditResponseAsync(string, DiscordEmbed)
Edits the response.
public virtual ValueTask<DiscordMessage> EditResponseAsync(string content, DiscordEmbed embed)Parameters
- contentstring
- Content to send in the response. 
- embedDiscordEmbed
- Embed to send in the response. 
Returns
EditResponseAsync(IDiscordMessageBuilder)
Edits the response.
public abstract ValueTask<DiscordMessage> EditResponseAsync(IDiscordMessageBuilder builder)Parameters
- builderIDiscordMessageBuilder
- The message builder.