Skip to content

Commit

Permalink
FLAG_V2_COMPONENTS => FLAG_IS_V2_COMPONENTS
Browse files Browse the repository at this point in the history
Co-authored-by: SQKo <[email protected]>
  • Loading branch information
valzargaming and SQKo authored Feb 25, 2025
1 parent 1fe77c1 commit dd5c67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord/Parts/Channel/Message.php
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ class Message extends Part
public const FLAG_LOADING = (1 << 7);
public const FLAG_FAILED_TO_MENTION_SOME_ROLES_IN_THREAD = (1 << 8);
public const FLAG_SUPPRESS_NOTIFICATIONS = (1 << 12);
public const FLAG_V2_COMPONENTS = (1 << 15);
public const FLAG_IS_V2_COMPONENTS = (1 << 15);

/**
* {@inheritDoc}
Expand Down

0 comments on commit dd5c67b

Please sign in to comment.