mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-14 21:52:56 +08:00
* feat(ban): 在调用ban列表时主动删除过期数据 - 除了接收到被ban用户的信息外,现在主动调用`ban列表`命令也会删除过期数据 - 修复 unban 返回信息错误 * refactor(ban): 优化 unban 函数返回值逻辑 - 使用或运算简化返回值判断逻辑 - 移除不必要的字符串转换 * refactor(zhenxun): 优化 unban 函数返回值类型 - 将 unban 函数的返回类型从 tuple[bool, str | None] 改为 tuple[bool, str] - 修改返回值,确保总是返回字符串类型,避免类型检查错误 |
||
|---|---|---|
| .. | ||
| admin_help | ||
| ban | ||
| group_member_update | ||
| plugin_switch | ||
| welcome_message | ||
| __init__.py | ||
| admin_watch.py | ||
| group_update.py | ||