def check(res):
return ctx.author == res.user and res.channel == ctx.channel
res = await self.bot.wait_for("button_click", check=check, timeout=60)
await res.respond(type=InteractionType.ChannelMessageWithSource, embed=discord.Embed(description=(f"{res.component.label} pressed")))