【发布时间】:2022-01-17 09:24:44
【问题描述】:
interaction = await bot.wait_for("button_click", check=lambda i: i.component.label.startswith("Delete"))
await interaction.delete()
当我按下它时,它说交互失败。
【问题讨论】:
-
我认为这是不和谐的问题,而不是你的代码
标签: python discord discord.py bots interaction