useQQGuild

同时安装使用 QQGuildComponentQQGuildBotManager.

usage:

simbotApplication(Foo) {
useQQGuild()
// 或
useQQGuild {
component { ... }
botManager { ... }
}
}

相当于:

simbotApplication(Foo) {
install(QQGuildComponent) { ... }
install(QGBotManager) { ... }
}