Skip to content

Commit

Permalink
removed unnecessary additions in library
Browse files Browse the repository at this point in the history
  • Loading branch information
yashpaliwal-bst authored and yashpaliwal-bst committed Oct 14, 2024
1 parent a5122ee commit 6d51367
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions discord/enums.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@
"AutoModKeywordPresetType",
"ApplicationRoleConnectionMetadataType",
"ReactionType",
"PollLayoutType",
"MessageReferenceType",
)

Expand Down Expand Up @@ -259,11 +258,6 @@ class MessageType(Enum):
stage_raise_hand = 30
stage_topic = 31
guild_application_premium_subscription = 32
guild_incident_alert_mode_enabled = 36
guild_incident_alert_mode_disabled = 37
guild_incident_report_raid = 38
guild_incident_report_false_alarm = 39
purchase_notification = 44
poll_result = 46


Expand Down Expand Up @@ -959,9 +953,6 @@ class ReactionType(Enum):
normal = 0
burst = 1

class PollLayoutType(Enum):
"""The poll's layout type."""
default = 1


class MessageReferenceType(Enum):
Expand Down

0 comments on commit 6d51367

Please sign in to comment.