mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-12-04 22:42:21 +00:00
Add support for File Upload component
This commit is contained in:
@@ -693,6 +693,7 @@ class ComponentType(Enum):
|
||||
separator = 14
|
||||
container = 17
|
||||
label = 18
|
||||
file_upload = 19
|
||||
|
||||
def __int__(self) -> int:
|
||||
return self.value
|
||||
|
||||
Reference in New Issue
Block a user