Add support for label components and select in modals

This commit is contained in:
Rapptz
2025-08-14 00:27:47 -04:00
parent 9fb74fd7a1
commit 3fb627d078
11 changed files with 325 additions and 14 deletions

View File

@ -677,6 +677,7 @@ class ComponentType(Enum):
file = 13
separator = 14
container = 17
label = 18
def __int__(self) -> int:
return self.value