useOneBot11Component

ApplicationBuilder 中安装使用 OneBot11Component

usage:

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

相当于:

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

See also