I think this would help clean up many use cases. ```python @flare.button def button(ctx: flare.Context): ... await ctx.respond( component=await button() ) ```
I think this would help clean up many use cases.