brazier-dev/hikari-flare

Allow components to be passed without an action row

Closed this issue · 0 comments

Like

def send_response():
    respond(components=[button])

This should be easy if component inherits from ComponentBuilder. It will require the current build method to be renamed but I think that's fine, it should be renamed to be protected anyway.