C# - Dsharp:如何编辑机器人发送的消息
C# - Dsharp: How to edit a message sent by the bot
如何编辑机器人使用消息 ID 发送的消息?
你的问题上下文很少,所以很难说出你在做什么。但是快速搜索项目的 issue tracking led me to this post,这表明您基本上只是在消息上调用 ModifyAsync
:
await botMessage.ModifyAsync("New content", newEmbed);
如何编辑机器人使用消息 ID 发送的消息?
你的问题上下文很少,所以很难说出你在做什么。但是快速搜索项目的 issue tracking led me to this post,这表明您基本上只是在消息上调用 ModifyAsync
:
await botMessage.ModifyAsync("New content", newEmbed);