Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
メッセージの ID を使用してボットが送信したメッセージを編集するにはどうすればよいですか?
あなたの質問には文脈がほとんどないので、あなたが何をしているのかを言うのは難しい. しかし、プロジェクトの問題追跡をすばやく検索すると、この投稿にたどり着きました。これは、基本的にModifyAsyncメッセージを呼び出すだけであることを示しています。
ModifyAsync
await botMessage.ModifyAsync("New content", newEmbed);