Vencord
Vencord copied to clipboard
new plugin: AutomodContext
Problem I'm solving with this plugin:
To figure out if someone tried to bypass our automod or to see the surrounding context, I have to search for their user's message history and scroll down to the rough timestamp it happened at. This is very tedious, so this plugin adds a button to automod messages to allow you to jump to the surrounding messages of when the message was flagged/blocked.
https://github.com/Vendicated/Vencord/assets/24935987/393a6312-409b-4418-a6d7-eaeb5f3d0281
An addition that could be neat for this plugin is injecting the automodded message into the message cache similar to how messagelogger does with deleted messages - that way it's possible to see the message actually in context rather than just seeing messages around the same time.
An addition that could be neat for this plugin is injecting the automodded message into the message cache similar to how messagelogger does with deleted messages - that way it's possible to see the message actually in context rather than just seeing messages around the same time.
I'm gonna be honest I struggled to implement this and I feel like I may be too unskilled/new with client modding to do so at this time.
An addition that could be neat for this plugin is injecting the automodded message into the message cache similar to how messagelogger does with deleted messages - that way it's possible to see the message actually in context rather than just seeing messages around the same time.
that sounds like something similar of how BetterAutomod works #2300
Because I would have to ask for a lot of changes, and took the liberty to make them myself so this can be instantly merged. Thank you for the new plugin!
Appreciate your clean-up. This is my first plugin so I'll read up your changes to see how I can improve.