Buttons to send to the channel
Instance Method
replyButtons(buttons:then:)
Replies to a slash command interaction with buttons
Declaration
func replyButtons(buttons: ButtonBuilder, then completion: ((RequestError?) -> Void)? = nil)
Parameters
buttons
-