mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-05 09:26:10 +00:00
Fix View.from_message not creating other Selects
This commit is contained in:
@ -235,6 +235,7 @@ class BaseSelect(Item[V]):
|
||||
def from_component(cls, component: SelectMenu) -> Self:
|
||||
return cls(
|
||||
**{k: getattr(component, k) for k in cls.__item_repr_attributes__},
|
||||
custom_id=component.custom_id,
|
||||
row=None,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user