Skip to content

Commit

Permalink
Add missing consts to Entry.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming authored May 19, 2024
1 parent aa7276a commit 4cab26d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Discord/Parts/Guild/AuditLog/Entry.php
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4cab26d

Please sign in to comment.