Deleted message logging alongside bans
Potential ease-of-use feature: Attaching a text file of all of the messages deleted when a user was banned to that user's ban log message. This could make finding the messages that lead to a recent ban much easier potentially clearing up confusion.
2 Replies
When a user is banned with a Delete-Message-Duration, Discord sends her a collection of messages that were deleted. Ayako then loops over those messages and logs each to provide the maximum
available verbosity.
I decided against logging all at once when handling bulk message delete, because it would cost a lot of that verbosity.
Its quite impossible to log Attachments and Embeds (and Components) in text files.
Issue created: [Log] Easier to identify Bulk-Deletes