MiraiBotManager
Mirai组件中对 MiraiBot 进行管理的 BotManager.
Author
ForteScarlet
Constructors
Types
Link copied to clipboard
MiraiBotManager 的构造工厂。
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <V> delayAndCompute(duration: JavaDuration, supplier: Supplier<V>): DelayableCompletableFuture<V>
open fun <V> delayAndCompute(time: Long, timeUnit: TimeUnit, supplier: Supplier<V>): DelayableCompletableFuture<V>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun register(code: Long, password: ByteArray, configuration: MiraiBotConfiguration): MiraiBot
fun register(code: Long, passwordMD5: ByteArray, configuration: MiraiBotConfigurationConfigurator): MiraiBot
fun register(code: Long, password: String, configuration: MiraiBotConfigurationConfigurator): MiraiBot
注册一个Bot。
Link copied to clipboard
Link copied to clipboard