Skip to content

Commit d134972

Browse files
committed
🐛 Fix FileUpload missing in AnyComponent (and respective partial)
Signed-off-by: Paillat-dev <[email protected]>
1 parent 942e8d5 commit d134972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

discord/components/type_aliases.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
from .channel_select_menu import ChannelSelect
66
from .container import Container
77
from .file_component import FileComponent
8+
from .file_upload import FileUpload
89
from .label import Label
910
from .media_gallery import MediaGallery
1011
from .mentionable_select_menu import MentionableSelect
1112
from .partial_components import (
1213
PartialButton,
1314
PartialChannelSelect,
15+
PartialFileUpload,
1416
PartialLabel,
1517
PartialMentionableSelect,
1618
PartialRoleSelect,
@@ -47,6 +49,7 @@
4749
| Separator
4850
| Container
4951
| Label
52+
| FileUpload
5053
| UnknownComponent
5154
)
5255

@@ -65,6 +68,7 @@
6568
| PartialRoleSelect
6669
| PartialMentionableSelect
6770
| PartialChannelSelect
71+
| PartialFileUpload
6872
| UnknownPartialComponent
6973
| PartialButton
7074
)

0 commit comments

Comments
 (0)