mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-09-03 00:25:14 +00:00
Add support for Modal Interactions
This commit is contained in:
@ -73,7 +73,7 @@ class Item(Generic[V]):
|
||||
def refresh_component(self, component: Component) -> None:
|
||||
return None
|
||||
|
||||
def refresh_state(self, interaction: Interaction) -> None:
|
||||
def refresh_state(self, data: Dict[str, Any]) -> None:
|
||||
return None
|
||||
|
||||
@classmethod
|
||||
|
Reference in New Issue
Block a user