QQGuildBotManager
QQ频道BOT的bot管理器。
QQGuildBotManager 不允许注册相同 appId
的bot。
Note: QQGuildBotManager 仅由内部继承实现使用,对外不稳定
Author
ForteScarlet
Types
Link copied to clipboard
QQGuildBotManager 的注册工厂。
Functions
Link copied to clipboard
Link copied to clipboard
注册一个Bot的信息
abstract fun register(ticket: Bot.Ticket, block: ConfigurerFunction<QGBotComponentConfiguration>?): QGBot
abstract fun register(appId: String, secret: String, token: String, block: ConfigurerFunction<QGBotComponentConfiguration>?): QGBot
通过所需信息注册一个bot。