This commit is contained in:
SmallK111407 2023-09-08 01:06:15 +08:00
parent 2f57684122
commit db143d4223
1 changed files with 1 additions and 1 deletions

View File

@ -732,7 +732,7 @@ class PluginsLoader {
}
/** 黑名单群 */
if (Array.isArray(other.blackGroup) && other.blackGroup.length > 0) {
return other.whiteGroup.includes(Number(e.group_id) || e.group_id)
return !other.blackGroup.includes(Number(e.group_id) || e.group_id)
}
}