From d535d753c36f496a25a36509245f2ddcf10bad03 Mon Sep 17 00:00:00 2001 From: Yiwen-Chan Date: Fri, 23 Apr 2021 23:56:08 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=8F=EF=B8=8F=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E8=AF=AD=E9=9F=B3=E5=8F=91=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- atri/atri.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atri/atri.go b/atri/atri.go index 52b5b37a..852318b3 100644 --- a/atri/atri.go +++ b/atri/atri.go @@ -227,7 +227,7 @@ func randImage(file ...string) message.MessageSegment { func randRecord(file ...string) message.MessageSegment { length := len(file) - return message.Image(RES + file[rand.Intn(length)]) + return message.Record(RES + file[rand.Intn(length)]) } // AtriSwitch 控制 ATRI 的开关