mirror of
https://github.com/Nezumi-2711/astrbot_plugin_qq_group_daily_analysis.git
synced 2026-09-22 13:38:43 +00:00
fix: prevent Chinese output in group analysis command
This commit is contained in:
@@ -506,7 +506,9 @@ class GroupDailyAnalysis(Star):
|
||||
self._background_tasks.add(current_task)
|
||||
|
||||
try:
|
||||
event.should_call_llm(True) # Ngăn LLM mặc định phân tích.
|
||||
# Chặn cả LLM mặc định lẫn các handler tiếp theo xử lý lại slash command.
|
||||
event.should_call_llm(True)
|
||||
event.stop_event()
|
||||
group_id = self._get_group_id_from_event(event)
|
||||
platform_id = self._get_platform_id_from_event(event)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user