Versions in this module Expand all Collapse all v0 v0.0.2 Dec 17, 2021 Changes in this version type BotInfo + Status bool + type BotManager struct + func NewBotManager() *BotManager + func (b *BotManager) AddBots(bot ...BotInfo) + func (b *BotManager) Bots() []BotInfo + func (b *BotManager) DeleteBot(filter func(bots []BotInfo) int) v0.0.1 Dec 7, 2021 Changes in this version + type BotInfo struct + Client *client.QQClient + Statue bool + type Manager struct + Bots []BotInfo