BotCommands
Toggle table of contents
3.0.0-beta.5
jvm
Platform filter
jvm
Switch theme
Search in API
BotCommands
BotCommands-jda-ktx
/
dev.freya02.botcommands.jda.ktx.messages
/
MentionConfig
/
Companion
Companion
object
Companion
(
source
)
Members
Properties
ALL_
ROLES
Link copied to clipboard
val
ALL_ROLES
:
MentionConfig
ALL_
USERS
Link copied to clipboard
val
ALL_USERS
:
MentionConfig
EVERYONE
Link copied to clipboard
val
EVERYONE
:
MentionConfig
HERE
Link copied to clipboard
val
HERE
:
MentionConfig
Functions
disabled
Link copied to clipboard
fun
disabled
(
type
:
Message.MentionType
)
:
MentionConfig
mass
Link copied to clipboard
fun
mass
(
type
:
Message.MentionType
,
enabled
:
Boolean
=
true
)
:
MentionConfig
roles
Link copied to clipboard
fun
roles
(
list
:
Collection
<
Long
>
)
:
MentionConfig
users
Link copied to clipboard
fun
users
(
list
:
Collection
<
Long
>
)
:
MentionConfig
whitelist
Link copied to clipboard
fun
whitelist
(
type
:
Message.MentionType
,
list
:
Collection
<
Long
>
)
:
MentionConfig