From ed012cee44e41cdb006000efd9a1db0bb7232dfa Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sun, 26 Sep 2021 13:09:55 +0800 Subject: [PATCH] update --- core/reply.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/reply.go b/core/reply.go index ed6183e..7a58b4f 100644 --- a/core/reply.go +++ b/core/reply.go @@ -34,7 +34,7 @@ func InitReplies() { Rules: []string{"^打赏", "^赞赏"}, Type: "url", } - appreciate.Request.Url = "https://gitee.com/aiancandle/sillyGirl/raw/main/appreciate.jpg" + appreciate.Request.Url = sillyGirl.Get("appreciate", "https://gitee.com/aiancandle/sillyGirl/raw/main/appreciate.jpg") appreciate.Request.ResponseType = "image" appreciate.Request.Disappear = true Config.Replies = append(Config.Replies, appreciate)