Skip to content

Commit

Permalink
fix:修复多回复问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zmdyy0318 committed Aug 20, 2022
1 parent d1a86e9 commit e99590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/pixiv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ async def check_enable(event: GroupMessageEvent) -> bool:
return False
return global_core.is_plugin_enable(plugin_name, event.group_id)

pixiv = on_message(priority=10, rule=check_enable)
pixiv = on_message(priority=1, rule=check_enable)


@pixiv.handle()
Expand Down

0 comments on commit e99590b

Please sign in to comment.