mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-03 14:02:19 +00:00
Add WebhookType.application
This commit is contained in:
@@ -417,6 +417,7 @@ class TeamMembershipState(Enum):
|
||||
class WebhookType(Enum):
|
||||
incoming = 1
|
||||
channel_follower = 2
|
||||
application = 3
|
||||
|
||||
class ExpireBehaviour(Enum):
|
||||
remove_role = 0
|
||||
|
||||
Reference in New Issue
Block a user