From ab7d9dace1c4ce9381cc665e90e07bb3921afe59 Mon Sep 17 00:00:00 2001 From: LordOfPolls Date: Tue, 11 Apr 2023 07:48:07 +0100 Subject: [PATCH 1/3] docs: add missing audit log events --- docs/resources/Audit_Log.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/resources/Audit_Log.md b/docs/resources/Audit_Log.md index 507d790efd..2950544d92 100644 --- a/docs/resources/Audit_Log.md +++ b/docs/resources/Audit_Log.md @@ -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 | | +| GUILD_FEATURE_ITEM_CREATE | 171 | Guild feature item was created | | +| GUILD_FEATURE_ITEM_UPDATE | 172 | Guild feature item was updated | | \* 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. From c386c417676a95f870cceea94d6fafb8f8b634e4 Mon Sep 17 00:00:00 2001 From: LordOfPolls Date: Fri, 26 May 2023 08:08:11 +0100 Subject: [PATCH 2/3] docs: remove role prompt Co-authored-by: shay --- docs/resources/Audit_Log.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/resources/Audit_Log.md b/docs/resources/Audit_Log.md index 2950544d92..b1e0be51b5 100644 --- a/docs/resources/Audit_Log.md +++ b/docs/resources/Audit_Log.md @@ -130,9 +130,6 @@ If no object is noted, there won't be a `changes` array in the entry, though oth | 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 | | | GUILD_FEATURE_ITEM_CREATE | 171 | Guild feature item was created | | | GUILD_FEATURE_ITEM_UPDATE | 172 | Guild feature item was updated | | From df1572ad31806af084d35f9905e3b8c0ba89c489 Mon Sep 17 00:00:00 2001 From: LordOfPolls Date: Fri, 26 May 2023 08:08:57 +0100 Subject: [PATCH 3/3] docs: remvoe server home Co-authored-by: shay --- docs/resources/Audit_Log.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/resources/Audit_Log.md b/docs/resources/Audit_Log.md index b1e0be51b5..b89f561690 100644 --- a/docs/resources/Audit_Log.md +++ b/docs/resources/Audit_Log.md @@ -130,8 +130,6 @@ If no object is noted, there won't be a `changes` array in the entry, though oth | 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 | | -| GUILD_FEATURE_ITEM_CREATE | 171 | Guild feature item was created | | -| GUILD_FEATURE_ITEM_UPDATE | 172 | Guild feature item was updated | | \* 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.