Vencord icon indicating copy to clipboard operation
Vencord copied to clipboard

new plugin: AutomodContext

Open JohnyTheCarrot opened this issue 10 months ago • 3 comments

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

JohnyTheCarrot avatar Mar 25 '24 10:03 JohnyTheCarrot

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.

katlyn avatar Apr 06 '24 08:04 katlyn

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.

JohnyTheCarrot avatar Apr 22 '24 08:04 JohnyTheCarrot

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

programminglaboratorys avatar Apr 22 '24 12:04 programminglaboratorys

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!

Nuckyz avatar May 17 '24 07:05 Nuckyz

Appreciate your clean-up. This is my first plugin so I'll read up your changes to see how I can improve.

JohnyTheCarrot avatar May 17 '24 07:05 JohnyTheCarrot