We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02e6d9 commit 38bc319Copy full SHA for 38bc319
plugin/cybercat/keepcat.go
@@ -157,7 +157,7 @@ func init() {
157
userInfo.LastTime = time.Now().Unix()
158
userInfo.Mood += int(userInfo.Satiety)/5 - int(userInfo.Weight)/10
159
userInfo = userInfo.settleOfData()
160
- avatarResult := userInfo.avatar(ctx.Event.GroupID)
+ avatarResult := userInfo.avatar(ctx.Event.GroupID)
161
if err = catdata.insert(gidStr, &userInfo); err != nil {
162
ctx.SendChain(message.Text("[ERROR]:", err))
163
return
0 commit comments