We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d25edb1 commit 9bef192Copy full SHA for 9bef192
examples/views/new_components.py
@@ -63,7 +63,7 @@ async def delete_button(self, button: Button, interaction: Interaction):
63
64
async def on_timeout(self):
65
self.get_item(200).disabled = True
66
- await self.message.edit(view=self)
+ await self.parent.edit(view=self)
67
68
69
bot = Bot()
0 commit comments