Skip to content

Commit

Permalink
Re-export missing exports from hikari.components and `hikari.api.sp…
Browse files Browse the repository at this point in the history
…ecial_endpoints` (#1501)

Co-authored-by: davfsa <[email protected]>
  • Loading branch information
zunda-arrow and davfsa authored Feb 8, 2023
1 parent 35ca588 commit e3790a0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/1501.bugfix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Re-export missing exports from `hikari.api.special_endpoints` and `hikari.components`.
2 changes: 2 additions & 0 deletions hikari/api/special_endpoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
"InteractiveButtonBuilder",
"LinkButtonBuilder",
"SelectMenuBuilder",
"TextSelectMenuBuilder",
"ChannelSelectMenuBuilder",
"SelectOptionBuilder",
"TextInputBuilder",
"InteractionModalBuilder",
Expand Down
2 changes: 2 additions & 0 deletions hikari/components.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"ButtonComponent",
"SelectMenuOption",
"SelectMenuComponent",
"TextSelectMenuComponent",
"ChannelSelectMenuComponent",
"TextInputStyle",
"TextInputComponent",
"InteractiveButtonTypes",
Expand Down

0 comments on commit e3790a0

Please sign in to comment.