requirements.txt update and minor fix

dev-from070-to080
UnCLAS-Prommer 2025-06-28 16:17:19 +08:00
parent ed9ecae9dc
commit f26667db73
2 changed files with 3 additions and 2 deletions

View File

@ -6,4 +6,5 @@ maim_message
loguru
pillow
tomlkit
rich
rich
sqlmodel

View File

@ -205,7 +205,7 @@ class NoticeHandler:
if self_id == target_id:
target_name = self_info.get("nickname")
else:
return None
return None, None
try:
first_txt = raw_info[2].get("txt", "戳了戳")
second_txt = raw_info[4].get("txt", "")