firstBot

open fun firstBot(): Bot(source)

尝试获取第一个 BotManager 中的第一个 Bot

Since

4.2.0

Throws

如果无法获取


open fun firstBot(id: ID): Bot(source)

根据指定ID寻找第一个匹配的 Bot

Since

4.2.0

Throws

找不到匹配的bot

从某个BotManager中获取时存在多个相同id的bot