mirror of
https://github.com/Rapptz/discord.py.git
synced 2026-09-21 11:37:43 +00:00
Add invite targets for voice channel invites
This commit is contained in:
+1
-1
@@ -431,7 +431,7 @@ class StickerType(Enum):
|
||||
|
||||
class InviteTarget(Enum):
|
||||
unknown = 0
|
||||
stream = 1
|
||||
stream = 1
|
||||
embedded_application = 2
|
||||
|
||||
class InteractionType(Enum):
|
||||
|
||||
Reference in New Issue
Block a user