From f0f38c8de7b6bea553a9469481064fbe6b41c3aa Mon Sep 17 00:00:00 2001 From: Kyomotoi Date: Mon, 7 Feb 2022 22:33:39 +0800 Subject: =?UTF-8?q?=F0=9F=9A=91=EF=B8=8F=20=E4=BF=AE=E5=A4=8D=E6=B6=A9?= =?UTF-8?q?=E5=9B=BE=E5=A4=9A=E5=9B=BE=E5=97=85=E6=8E=A2=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/plugins/setu/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ATRI/plugins/setu/__init__.py') diff --git a/ATRI/plugins/setu/__init__.py b/ATRI/plugins/setu/__init__.py index 552b78b..b9b533f 100644 --- a/ATRI/plugins/setu/__init__.py +++ b/ATRI/plugins/setu/__init__.py @@ -114,7 +114,7 @@ async def _setu_catcher(bot: Bot, event: MessageEvent): ss = list() for s in args: ss.append(MessageSegment.image(s)) - ss = "\n".join(ss) + ss = "\n".join(map(str, ss)) s_repo = f"多张涩图来咧!\n{ss}\n最涩的达到:{'{:.2%}'.format(hso[0])}" await bot.send(event, u_repo) -- cgit v1.2.3