start

abstract suspend fun start(): Boolean

启动当前BOT。只有 start 了之后,clients 中才会出现数据,否则可能会抛出异常。

Return

当且仅当启动了并且成功了才会得到true。