Register who was responsible for a given action. (e.g. when receiving messageDelete
, messageDeleteBulk
, guildBanRemove
, etc.)
#406
Labels
⚜️ Class: Feature
This outlines the addition of a new feature.
⚜️ Class: Improvement
This will be an improvement to the function, design or code of the bot.
⚙️ Complexity: High
This is expected to take up to 10 hours to implement.
🚩 Priority: P3 - Medium
🌼 Stage: Ready
This issue can be picked up and worked on.
To do this, the bot would need a better solution for retrieving entries from the audit log. Instead of making requests every time a new event comes in, which introduces unnecessary overhead, audit log entries would better be received from the
guildAuditLogEntryCreate
event, stored and queried from whatever cache it is stored in.The text was updated successfully, but these errors were encountered: