From 4cab26d433ec16fa77373a82d1f8536250f762cd Mon Sep 17 00:00:00 2001 From: Valithor Obsidion Date: Sun, 19 May 2024 14:56:16 -0400 Subject: [PATCH] Add missing consts to Entry.php See https://discord.com/developers/docs/resources/audit-log#audit-log-entry-object-audit-log-events --- src/Discord/Parts/Guild/AuditLog/Entry.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Discord/Parts/Guild/AuditLog/Entry.php b/src/Discord/Parts/Guild/AuditLog/Entry.php index 4061d8a20..70ccc9979 100644 --- a/src/Discord/Parts/Guild/AuditLog/Entry.php +++ b/src/Discord/Parts/Guild/AuditLog/Entry.php @@ -88,6 +88,8 @@ class Entry extends Part public const AUTO_MODERATION_BLOCK_MESSAGE = 143; public const AUTO_MODERATION_FLAG_TO_CHANNEL = 144; public const AUTO_MODERATION_USER_COMMUNICATION_DISABLED = 145; + public const CREATOR_MONETIZATION_REQUEST_CREATED = 150; + public const CREATOR_MONETIZATION_TERMS_ACCEPTED = 151; // AUDIT LOG ENTRY TYPES