fix:减少多余文件

This commit is contained in:
haibaraguo
2021-09-04 00:33:24 +08:00
parent 060e167dc7
commit f762d5ea00
5 changed files with 51453 additions and 11 deletions

View File

@@ -40,7 +40,7 @@ func init() { // 插件主体
} else {
textReply = reply
}
strings.Replace(textReply,"菲菲","椛椛",-1)
textReply = strings.Replace(textReply,"菲菲","椛椛",-1)
if ctx.Event.DetailType == "group" {
ctx.SendChain(message.Text(textReply))