simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot.bot
/
BotRegistrar
Bot
Registrar
interface
BotRegistrar
:
ComponentContainer
Bot注册器。
Functions
Properties
Inheritors
Functions
register
Link copied to clipboard
abstract
fun
register
(
verifyInfo
:
BotVerifyInfo
)
:
Bot
根据通用配置信息注册一个BOT。 此信息是从
.bot
配置文件中读取而来的 Properties格式文件。
Properties
component
Link copied to clipboard
abstract
val
component
:
Component
获取当前内容所属组件。
Inheritors
BotManager
Link copied to clipboard