You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2026. It is now read-only.
计划将 BotCommandProcess 类的 Report 功能(用户报告功能,涉及方法:
report,isReported)和 NoSaft(不良内容检查,涉及方法:isNoSafe)功能从BotCommandProcess中分离,这将有助于降低各类对BotCommandProcess类的耦合性(即使耦合性较小)和分离与命令处理关系不大的功能。(预计该改动有利于项目后续所计划的重构。)