TestBot
open class TestBot(var component: Component = TestComponent(TestComponentConfiguration()), var configuration: TestBotConfiguration = TestBotConfiguration(), coroutineContext: CoroutineContext = configuration.coroutineContext) : JobBasedBot(source)
用于测试的 Bot 实现。
Author
ForteScarlet
Constructors
Link copied to clipboard
constructor(component: Component = TestComponent(TestComponentConfiguration()), configuration: TestBotConfiguration = TestBotConfiguration(), coroutineContext: CoroutineContext = configuration.coroutineContext)