From 8506b82847ab8f6deed2046ad5fc3edc9398fc64 Mon Sep 17 00:00:00 2001 From: Kyomotoi <0w0@imki.moe> Date: Sat, 4 Feb 2023 23:49:26 +0800 Subject: =?UTF-8?q?=F0=9F=9A=B8=20=E4=BC=98=E5=8C=96=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ATRI/exceptions.py | 1 + 1 file changed, 1 insertion(+) (limited to 'ATRI') diff --git a/ATRI/exceptions.py b/ATRI/exceptions.py index f5ee0f1..03159b9 100644 --- a/ATRI/exceptions.py +++ b/ATRI/exceptions.py @@ -126,6 +126,7 @@ async def _(bot: Bot, event, matcher: Matcher, exception: Optional[Exception]): msg = ( MessageBuilder("呜——出错了...请反馈维护者") + .text(f"来自: {matcher.module_name}") .text(f"信息: {prompt}") .text(f"追踪ID: {track_id}") ) -- cgit v1.2.3