diff options
-rw-r--r-- | ATRI/exceptions.py | 1 |
1 files changed, 1 insertions, 0 deletions
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}") ) |