useQQGuildBotManager

ApplicationBuilder尝试 安装使用 QQGuildBotManager

usage:

simbotApplication(Foo) {
useQQGuildBotManager()
// 或
useQQGuildBotManager { ... }
}

相当于:

simbotApplication(Foo) {
install(QQGuildBotManager) { ... }
}

See also