Skip to content

Commit

Permalink
🐛 fix unescape cqcode
Browse files Browse the repository at this point in the history
  • Loading branch information
kanrichan committed Jan 29, 2021
1 parent a1d8aa0 commit 6348f8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onebot/cqcode.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ func cqCode2Array(text string) []map[string]interface{} {
}
cqCodeMap["data"] = keyValue
array = append(array, cqCodeMap)
cqCodeKey = []string{}
cqCodeValue = []string{}
isValue = false
isCQcode = false
default:
Expand Down

0 comments on commit 6348f8c

Please sign in to comment.