mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-07 10:22:59 +00:00
Add support for label components and select in modals
This commit is contained in:
@ -677,6 +677,7 @@ class ComponentType(Enum):
|
||||
file = 13
|
||||
separator = 14
|
||||
container = 17
|
||||
label = 18
|
||||
|
||||
def __int__(self) -> int:
|
||||
return self.value
|
||||
|
Reference in New Issue
Block a user