diff --git a/core/reply.go b/core/reply.go index 271a070..f62a8c3 100644 --- a/core/reply.go +++ b/core/reply.go @@ -39,7 +39,7 @@ func InitReplies() { appreciate.Request.Url = sillyGirl.Get("appreciate", recommand) appreciate.Request.ResponseType = "image" appreciate.Request.Disappear = true - Config.Replies = append(Config.Replies, appreciate) + Config.Replies = append([]Reply{appreciate}, Config.Replies...) for _, v := range Config.Replies { reply := v var handler func(s Sender) interface{}