Skip to content
This repository has been archived by the owner on Feb 8, 2025. It is now read-only.

Commit

Permalink
fix: msg handler no shown
Browse files Browse the repository at this point in the history
  • Loading branch information
MoYoez committed Dec 24, 2023
1 parent 56589cc commit 939fd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/mai/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func init() {
ctx.SendPlainMessage(true, "ID 无效或者是过期 ,请使用新的ID或者再次尝试")
return
}
ctx.SendPlainMessage(true, "绑定成功~")
FormatUserIDDatabase(getID, strconv.FormatInt(userID, 10)).BindUserIDDataBase()
case getSplitStringList[1] == "unlock":
getID, _ := toolchain.GetChatUserInfoID(ctx)
Expand Down

0 comments on commit 939fd47

Please sign in to comment.