Voxel-Fox-Ltd / VoxelBotUtils

An extension of the Discord.py library to improve the bot development process.
https://voxelbotutils.readthedocs.io/en/latest/
GNU General Public License v2.0
34 stars 12 forks source link

Editing a reply message mentions the user youre replying to #118

Closed schlopp closed 3 years ago

4Kaylum commented 3 years ago

To clarify, Schlopp wants to change this behaviour (which is the default in D.py) to maintain the mention status of the original message.

4Kaylum commented 3 years ago

For this I can take the original allowed_mentions and mentions attrs and combine them, if there's a message reference.

4Kaylum commented 3 years ago

I did a bunch of testing on this and adding this just isn't intuitive, and not possible with PartialMessage.