From 6d513679365f63932a4c1d419654ddfde749291a Mon Sep 17 00:00:00 2001 From: yashpaliwal-bst Date: Mon, 14 Oct 2024 22:11:31 +0530 Subject: [PATCH] removed unnecessary additions in library --- discord/enums.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/discord/enums.py b/discord/enums.py index e3b3c16b46..e96c809737 100644 --- a/discord/enums.py +++ b/discord/enums.py @@ -68,7 +68,6 @@ "AutoModKeywordPresetType", "ApplicationRoleConnectionMetadataType", "ReactionType", - "PollLayoutType", "MessageReferenceType", ) @@ -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 @@ -959,9 +953,6 @@ class ReactionType(Enum): normal = 0 burst = 1 -class PollLayoutType(Enum): - """The poll's layout type.""" - default = 1 class MessageReferenceType(Enum):