kiscord
0.6.0
kiscord-interactions
/
kiscord.interactions
/
button
button
fun
<
PredicateData
:
Any
>
ComponentRegistrar
.
button
(
predicate
:
InteractionPredicate
<
PredicateData
,
Interaction.Data.Component
>
)
:
ComponentHandle
<
PredicateData
>
(
source
)
fun
ComponentRegistrar
.
button
(
)
:
ComponentHandle
<
Unit
>
(
source
)
fun
ComponentRegistrar
.
button
(
customId
:
String
)
:
ComponentHandle
<
String
>
(
source
)
fun
ComponentRegistrar
.
button
(
regexId
:
Regex
)
:
ComponentHandle
<
MatchResult
>
(
source
)