mirror of
https://github.com/zhenxun-org/zhenxun_bot.git
synced 2025-12-15 14:22:55 +08:00
修复帮助命令-super无效
This commit is contained in:
parent
62e29f389b
commit
47531f5790
@ -331,6 +331,10 @@ PS: **ARM平台** 请使用全量版 同时 **如果你的机器 RAM < 1G 可能
|
|||||||
|
|
||||||
## 更新
|
## 更新
|
||||||
|
|
||||||
|
### 2023/4/3
|
||||||
|
|
||||||
|
* 修复帮助命令`-super`无效
|
||||||
|
|
||||||
### 2023/4/1
|
### 2023/4/1
|
||||||
|
|
||||||
* 修复开箱偶尔出现`未抽取到任何皮肤`
|
* 修复开箱偶尔出现`未抽取到任何皮肤`
|
||||||
|
|||||||
@ -80,7 +80,9 @@ def init_plugin_info():
|
|||||||
if plugin_setting:
|
if plugin_setting:
|
||||||
plugin_setting = PluginSetting(**plugin_setting)
|
plugin_setting = PluginSetting(**plugin_setting)
|
||||||
plugin_setting.plugin_type = menu_type
|
plugin_setting.plugin_type = menu_type
|
||||||
plugin_superuser_usage = get_attr(module, "__plugin_super_usage__")
|
plugin_superuser_usage = get_attr(
|
||||||
|
module, "__plugin_superuser_usage__"
|
||||||
|
)
|
||||||
plugin_task = get_attr(module, "__plugin_task__")
|
plugin_task = get_attr(module, "__plugin_task__")
|
||||||
plugin_version = extra.get("__plugin_version__") or get_attr(
|
plugin_version = extra.get("__plugin_version__") or get_attr(
|
||||||
module, "__plugin_version__"
|
module, "__plugin_version__"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user