mirror of
https://github.com/mamoe/mirai.git
synced 2025-04-25 21:23:55 +08:00
Add doc for IMirai.BotFactory
This commit is contained in:
parent
9fc3bad9fe
commit
10c1bc4d8b
@ -40,6 +40,11 @@ public val Mirai: IMirai by lazy { findMiraiInstance() }
|
||||
* @see Mirai
|
||||
*/
|
||||
public interface IMirai : LowLevelApiAccessor {
|
||||
/**
|
||||
* 此 API 不稳定. 请优先使用 [BotFactory.INSTANCE]
|
||||
*
|
||||
* @see BotFactory.INSTANCE
|
||||
*/
|
||||
@Suppress("PropertyName")
|
||||
@MiraiExperimentalApi
|
||||
public val BotFactory: BotFactory
|
||||
|
Loading…
Reference in New Issue
Block a user