mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 08:35:53 +00:00
Implement New Select Types
Co-authored-by: Soheab_ <33902984+Soheab@users.noreply.github.com> Co-authored-by: rdrescher909 <51489753+rdrescher909@users.noreply.github.com> Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com>
This commit is contained in:
@ -76,7 +76,7 @@ class Item(Generic[V]):
|
||||
def _refresh_component(self, component: Component) -> None:
|
||||
return None
|
||||
|
||||
def _refresh_state(self, data: Dict[str, Any]) -> None:
|
||||
def _refresh_state(self, interaction: Interaction, data: Dict[str, Any]) -> None:
|
||||
return None
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user