aurickk/SilentDelete-Vencord — reverse-engineered prompt

Reverse engineered prompt

Build me a custom Vencord plugin called SilentDelete for Discord. I want it to let me delete my own messages in a way that bypasses Vencord’s message logger by using the client side replace trick, where a tiny placeholder message briefly replaces the original and then disappears. It should also delete the original on the server by default so it does not come back after reload.

Please add a Silent Delete trash button on my message hover actions, a right click option to silent delete already deleted message history, and a /silentpurge command that silently deletes a chosen number of my recent messages with a delay between each one to help avoid rate limits.

I also want settings for replacement text, delete delay, suppress notifications, whether to delete the original, purge interval, silent delete on empty edit, and an accent color for the button and menu text.

Make it ready to drop into a custom Vencord plugin setup and include simple install steps. Look up current Vencord custom plugin docs if you need to. Also keep the warning that this is risky and may violate Discord rules.

Want more depth? Deep Reverse