Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
fix 错误提示信息
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoo committed Jul 7, 2021
1 parent 70899e0 commit d74c996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ func (b *BotManager) ReCallMsg(GroupID, MsgRandom int64, MsgSeq int) error {
return err
}
if result.Ret != 0 {
return errors.New("Error ")
return errors.New("Error 撤回失败")
} else {
return nil
}
Expand All @@ -574,7 +574,7 @@ func (b *BotManager) RefreshKey() error {
return err
}
if result.Ret != 0 {
return errors.New("Error ")
return errors.New("Error 刷新Key失败")
} else {
return nil
}
Expand Down

0 comments on commit d74c996

Please sign in to comment.