Reputation: 806
I am writing a reaction role bot and I want to add a rolemenu refresh command. This command simply recreates the embed and edits the message to replace the embed with the new one. However, this creates a nasty modified
tag on top of the message as can be seen here
Is there a way to edit a message without leaving the modified
tag on it, or maybe to delete the tag ?
I've looked into the attributes and flags of discord.Message, edit, and edited_at and tried to change that attribute but it didn't remove the tag from the message
EDIT : Deleting the message and sending it again would not work since I want the order of the messages to stay the same, I just want to modify the content of the message
Upvotes: -2
Views: 4123