Skip to content

Commit

Permalink
Update Event.php
Browse files Browse the repository at this point in the history
  • Loading branch information
valzargaming committed Sep 29, 2024
1 parent a822400 commit 0cd9974
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Discord/WebSockets/Event.php
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,15 @@ abstract class Event
public const MESSAGE_POLL_VOTE_ADD = 'MESSAGE_POLL_VOTE_ADD';
public const MESSAGE_POLL_VOTE_REMOVE = 'MESSAGE_POLL_VOTE_REMOVE';

// Entitlements and SKUs
public const ENTITLEMENT_CREATE = 'ENTITLEMENT_CREATE';
public const ENTITLEMENT_UPDATE = 'ENTITLEMENT_UPDATE';
public const ENTITLEMENT_DELETE = 'ENTITLEMENT_DELETE';

public const SUBSCRIPTION_CREATE = 'SUBSCRIPTION_CREATE';
public const SUBSCRIPTION_UPDATE = 'SUBSCRIPTION_UPDATE';
public const SUBSCRIPTION_DELETE = 'SUBSCRIPTION_DELETE';

/**
* The Discord client instance.
*
Expand Down

0 comments on commit 0cd9974

Please sign in to comment.