1
0
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:
Him188 2020-12-16 23:14:11 +08:00
parent 9fc3bad9fe
commit 10c1bc4d8b

View File

@ -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