Add ability to pull Audit Log #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
A Discord server's Audit Log is available via API. We can add a function (e.g.:
getAuditLog()) to Endpoints to retrieve this data.One example use-case is that Discord's
GUILD_MEMBER_UPDATEevent gives the new nickname for a user, but doesn't specify the previous nick, while the Audit Log does.