From 6712d76f4d57a4764af845a7d2d49fe294106816 Mon Sep 17 00:00:00 2001 From: IMIG <85346617+ingoingyang@users.noreply.github.com> Date: Sun, 2 Nov 2025 13:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E9=94=99=E8=AF=AF=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/recv_handler/notice_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/recv_handler/notice_handler.py b/src/recv_handler/notice_handler.py index c43ecb1..a003f20 100644 --- a/src/recv_handler/notice_handler.py +++ b/src/recv_handler/notice_handler.py @@ -17,6 +17,7 @@ from src.utils import ( get_member_info, get_self_info, get_stranger_info, + get_image_base64, read_ban_list, )