File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 55from .channel_select_menu import ChannelSelect
66from .container import Container
77from .file_component import FileComponent
8+ from .file_upload import FileUpload
89from .label import Label
910from .media_gallery import MediaGallery
1011from .mentionable_select_menu import MentionableSelect
1112from .partial_components import (
1213 PartialButton ,
1314 PartialChannelSelect ,
15+ PartialFileUpload ,
1416 PartialLabel ,
1517 PartialMentionableSelect ,
1618 PartialRoleSelect ,
4749 | Separator
4850 | Container
4951 | Label
52+ | FileUpload
5053 | UnknownComponent
5154)
5255
6568 | PartialRoleSelect
6669 | PartialMentionableSelect
6770 | PartialChannelSelect
71+ | PartialFileUpload
6872 | UnknownPartialComponent
6973 | PartialButton
7074)
You can’t perform that action at this time.
0 commit comments