python-discord / bot

The community bot for the Python Discord community
https://pythondiscord.com
MIT License
1.35k stars 667 forks source link

Added message link to replied or parent message #3106

Closed typhonshambo closed 2 months ago

typhonshambo commented 3 months ago

Closes #3077

Now we can check the replies to a deleted message to provide a better context as well as, if the deleted message is a reply to some parent message, it will show the respective parents message it was replying to in #mod-log channel


References :

Parent Message delete will provide the replies to that message (Limit is set to 10)

parent deleted parent msg log

Reply Message delete

reply delete reply log
mbaruh commented 3 months ago

Wait, why did it delete both new lines 🤦

typhonshambo commented 3 months ago

Not sure it was showing a single line, ill add it on my next push