mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-12 18:20:27 +00:00
fix:减少多余文件
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user