mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-07-14 17:23:47 +00:00
@ -414,7 +414,7 @@ func CQCodeUnescapeText(content string) string {
|
||||
}
|
||||
|
||||
func CQCodeUnescapeValue(content string) string {
|
||||
ret := CQCodeUnescapeText(content)
|
||||
ret = strings.ReplaceAll(ret, ",", ",")
|
||||
ret := strings.ReplaceAll(content, ",", ",")
|
||||
ret = CQCodeUnescapeText(ret)
|
||||
return ret
|
||||
}
|
||||
|
Reference in New Issue
Block a user