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

@ -7,3 +7,4 @@ loguru
pillow pillow
tomlkit tomlkit
rich rich
sqlmodel

View File

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