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.retrieve
/
retrieveAutoModRuleByIdOrNull
retrieve
Auto
Mod
Rule
By
Id
Or
Null
suspend
fun
Guild
.
retrieveAutoModRuleByIdOrNull
(
id
:
Long
)
:
AutoModRule
?
(
source
)
suspend
fun
Guild
.
retrieveAutoModRuleByIdOrNull
(
id
:
String
)
:
AutoModRule
?
(
source
)
Same as
Guild.retrieveAutoModRuleById
, but returns
null
if the rule does not exist.