mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #585] Log deleted messages to a hidden channel #54
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @dio-gh on GitHub (May 10, 2020).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/585
Received reports about some quite offending messages being posted to #off-topic by a certain user, then quickly deleted. At the PCSX2 discord, the bot logs all deleted messages to a separate hidden staff channel for review. Perhaps it's a good idea?
Possible gotchas:
(edited)to disappear for clarity reasons@13xforever commented on GitHub (May 12, 2020):
idk if it's a good idea to log in a channel, as you can ddos discord api quite easily, I'd opt out for bot logs
and it would require approval from the staff
implementing it is trivial tho, except you can't reupload the attachments, as they're nuked server-side before the event is generated for the bot
@dio-gh commented on GitHub (May 12, 2020):
I'm confused, did this get implemented after all? The title of the linked PR reads like it resolves the issue mentioned in your last paragraph.
Does this stand for message editing events too? Perhaps if they were batched up, it'd be harder to abuse and exhaust the call limits.
Well yeah, it does.
@13xforever commented on GitHub (May 12, 2020):
shh, everything is fine
@dio-gh commented on GitHub (May 12, 2020):
Ok, thanks.
Log deleted messages to a hidden channelto [GH-ISSUE #585] Log deleted messages to a hidden channel