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

`mention_author` parameter for `Message.edit`, simular to what `Message.send` has #119

Closed schlopp closed 3 years ago

4Kaylum commented 3 years ago

This can be achieved with allowed mentions for future Kae reference - https://discordpy.readthedocs.io/en/latest/api.html#discord.AllowedMentions.replied_user

4Kaylum commented 3 years ago

This won't work in a way that's... good. I won't be able to edit allowed_mentions to be identical to the original message, as this isn't something that Discord greatly supports. If this is something that you want to add then I'd recommend setting allowed_mentions with your original message send.