mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for launch_activity interaction response
This commit is contained in:
@ -621,6 +621,7 @@ class InteractionResponseType(Enum):
|
||||
autocomplete_result = 8
|
||||
modal = 9 # for modals
|
||||
# premium_required = 10 (deprecated)
|
||||
launch_activity = 12
|
||||
|
||||
|
||||
class VideoQualityMode(Enum):
|
||||
|
Reference in New Issue
Block a user