This commit is contained in:
eatmoreapple 2022-12-07 19:53:44 +08:00
parent 3d22c239d2
commit c75e60e717

1
bot.go
View File

@ -117,7 +117,6 @@ func (b *Bot) hotLoginInit(item *HotReloadStorageItem) error {
// Login 用户登录
func (b *Bot) Login() error {
uuid, err := b.Caller.GetLoginUUID()
b.uuid = uuid
if err != nil {
return err
}