miraiIfSupport

ApplicationBuilder.bots 作用域中寻找并使用 MiraiBotManager.

simpleApplication {
bots {// this: BotRegistrar
miraiIfSupport { // this: MiraiBotManager
val bot: MiraiBot = register(114514L, "password")
bot.start()
}
}
}

如果当前 BotRegistrar 中不存在 MiraiBotManager, 则 block 不会被执行。