Update __init__.py

This commit is contained in:
HibiKier 2021-11-07 20:45:34 +08:00 committed by GitHub
parent 37a651da4e
commit 17506691a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ __plugin_configs__ = {
friend_req = on_request(priority=5, block=True)
group_req = on_request(priority=5, block=True)
x = on_message(priority=5, block=False)
x = on_message(priority=9, block=False)
exists_data = {"private": {}, "group": {}}