Skip to content

Commit

Permalink
added type 46
Browse files Browse the repository at this point in the history
  • Loading branch information
LawMixer committed Sep 3, 2024
1 parent 369a291 commit 176b819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interactions/models/discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,6 +399,7 @@ class MessageType(CursedIntEnum):
GUILD_INCIDENT_REPORT_RAID = 38
GUILD_INCIDENT_REPORT_FALSE_ALARM = 39
PURCHASE_NOTIFICATION = 44
POLL_RESULT = 46

@classmethod
def deletable(cls) -> Tuple["MessageType", ...]:
Expand Down Expand Up @@ -434,6 +435,7 @@ def deletable(cls) -> Tuple["MessageType", ...]:
cls.GUILD_INCIDENT_REPORT_RAID,
cls.GUILD_INCIDENT_REPORT_FALSE_ALARM,
cls.PURCHASE_NOTIFICATION,
cls.POLL_RESULT
)


Expand Down

0 comments on commit 176b819

Please sign in to comment.