ButtonHandler

class ButtonHandler(val parent: BaseSlashCommand, val function: KFunction<*>) : Handler

Constructors

Link copied to clipboard
constructor(parent: BaseSlashCommand, function: KFunction<*>)

Properties

Link copied to clipboard
open override val function: KFunction<*>
Link copied to clipboard
open override val parent: BaseSlashCommand
Link copied to clipboard
open override val path: String

Functions

Link copied to clipboard
suspend fun execute(ctx: ButtonContext)
Link copied to clipboard
fun matcher(input: String): Matcher
Link copied to clipboard
fun matches(input: String): Boolean