This commit is contained in:
jxxghp
2023-09-07 16:05:48 +08:00
parent 7efcde89b9
commit a9db0f6bbf
9 changed files with 144 additions and 6 deletions

View File

@ -31,7 +31,7 @@ class MessageForward(_PluginBase):
# 加载顺序
plugin_order = 16
# 可使用的用户级别
auth_level = 2
auth_level = 1
# 私有属性
_enabled = False