TencentGuildBotManager
Constructors
Types
Link copied to clipboard
TencentGuildBotManager 的构建工厂。
Functions
Link copied to clipboard
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>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
注册一个Bot的信息,并使用默认配置。
abstract fun register(appId: String, appKey: String, token: String, block: TencentGuildBotConfiguration.() -> Unit = {}): TencentGuildComponentBot
通过所需信息注册一个bot。
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard