Method ModifyAsync
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
ModifyAsync(DiscordMessage)
Sends the modified message.
Note: Message replies cannot be modified. To clear the reply, simply pass null to WithReply(ulong?, bool, bool).
public Task<DiscordMessage> ModifyAsync(DiscordMessage msg)
Parameters
msg
DiscordMessageThe original Message to modify.
Returns
- Task<DiscordMessage>
The current builder to be chained.