mirror of
https://github.com/xuthus83/LittlePaimon.git
synced 2024-12-16 13:40:53 +08:00
✨ 增加3.3部分图鉴
This commit is contained in:
parent
690e66d2e9
commit
f977edbfdf
@ -46,7 +46,7 @@ class PluginManager:
|
|||||||
group_list = await get_bot().get_group_list()
|
group_list = await get_bot().get_group_list()
|
||||||
user_list = await get_bot().get_friend_list()
|
user_list = await get_bot().get_friend_list()
|
||||||
for plugin in plugin_list:
|
for plugin in plugin_list:
|
||||||
if plugin.name not in HIDDEN_PLUGINS and PluginPermission.default_connection is not None:
|
if plugin.name not in HIDDEN_PLUGINS and PluginPermission._meta.default_connection is not None:
|
||||||
if group_list:
|
if group_list:
|
||||||
for group in group_list:
|
for group in group_list:
|
||||||
count = await PluginPermission.filter(
|
count = await PluginPermission.filter(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user