Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add missing audit log events #6071

Merged
merged 3 commits into from
Jul 13, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/resources/Audit_Log.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,13 @@ If no object is noted, there won't be a `changes` array in the entry, though oth
| AUTO_MODERATION_BLOCK_MESSAGE | 143 | Message was blocked by Auto Moderation | |
| AUTO_MODERATION_FLAG_TO_CHANNEL | 144 | Message was flagged by Auto Moderation | |
| AUTO_MODERATION_USER_COMMUNICATION_DISABLED | 145 | Member was timed out by Auto Moderation | |
| CREATOR_MONETIZATION_REQUEST_CREATED | 150 | Creator monetization request was created | |
| CREATOR_MONETIZATION_TERMS_ACCEPTED | 151 | Creator monetization terms were accepted | |
| ROLE_PROMPT_CREATE | 160 | Role prompt was created | |
| ROLE_PROMPT_UPDATE | 161 | Role prompt was updated | |
| ROLE_PROMPT_DELETE | 162 | Role prompt was deleted | |
LordOfPolls marked this conversation as resolved.
Show resolved Hide resolved
| GUILD_FEATURE_ITEM_CREATE | 171 | Guild feature item was created | |
| GUILD_FEATURE_ITEM_UPDATE | 172 | Guild feature item was updated | |
LordOfPolls marked this conversation as resolved.
Show resolved Hide resolved

\* Object has exception(s) to available keys. See the [exceptions](#DOCS_RESOURCES_AUDIT_LOG/audit-log-change-object-audit-log-change-exceptions) section below for details.

Expand Down