Skip to content

Commit 498c28b

Browse files
committed
add fileupload to __all__
1 parent 9c42603 commit 498c28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
"Container",
8383
"Label",
8484
"SelectDefaultValue",
85+
"FileUpload",
8586
)
8687

8788
C = TypeVar("C", bound="Component")

0 commit comments

Comments
 (0)