From edb08809999d3af94439162075e4dd6e1268c80b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Feb 2022 03:17:02 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20=E6=94=B9=E8=BF=9B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin_ai_reply/tts.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/plugin_ai_reply/tts.go b/plugin_ai_reply/tts.go index 751228b8..a6363a4b 100644 --- a/plugin_ai_reply/tts.go +++ b/plugin_ai_reply/tts.go @@ -2,12 +2,13 @@ package aireply import ( "errors" + "regexp" + "strconv" + "github.com/pkumza/numcn" log "github.com/sirupsen/logrus" zero "github.com/wdvxdr1123/ZeroBot" "github.com/wdvxdr1123/ZeroBot/message" - "regexp" - "strconv" "github.com/FloatTech/AnimeAPI/aireply" "github.com/FloatTech/AnimeAPI/tts"