aboutsummaryrefslogtreecommitdiff
path: root/discord/enums.py
diff options
context:
space:
mode:
authorRapptz <[email protected]>2021-05-30 10:02:58 -0400
committerRapptz <[email protected]>2021-05-30 10:02:58 -0400
commit267fad9180e2d95f940aebbeea7e0b2d5c2ee107 (patch)
tree178fc7cc4d452a06d2e6fe4632d723aeef37f86d /discord/enums.py
parentAllow sending View with Interaction.response.send_message (diff)
downloaddiscord.py-267fad9180e2d95f940aebbeea7e0b2d5c2ee107.tar.xz
discord.py-267fad9180e2d95f940aebbeea7e0b2d5c2ee107.zip
Add WebhookType.application
Diffstat (limited to 'discord/enums.py')
-rw-r--r--discord/enums.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/enums.py b/discord/enums.py
index aaa59b25..f34d135c 100644
--- a/discord/enums.py
+++ b/discord/enums.py
@@ -417,6 +417,7 @@ class TeamMembershipState(Enum):
class WebhookType(Enum):
incoming = 1
channel_follower = 2
+ application = 3
class ExpireBehaviour(Enum):
remove_role = 0