Skip to content

Instantly share code, notes, and snippets.

View ItsThyfus's full-sized avatar
💭
Working on Visor

Thyfus ItsThyfus

💭
Working on Visor
View GitHub Profile
@vmphase
vmphase / msg_deleter_poc.md
Last active June 19, 2026 13:18
PoC: detecting the message deleter in Discord

The Problem

Discord's Audit Log only creates an entry if a moderator deletes someone else's message.
If a user deletes their own message, the audit stays silent, what creates a logic gap:

How do you tell the difference between a user or moderator cleaning up the message?

PoC described

I've never seen a definitive solution that actually handles the stacked deletion problem, so I created this gist.
By caching the state of the last known deletion action, we can pinpoint exactly when a new action occurs, even if multiple moderators are active or if one moderator is deleting messages rapidly (one by one, not bulk).

@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active August 24, 2026 15:21
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest