Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

与其他插件共同使用时,其他插件失效 #11

Closed
Ra1n-qwq opened this issue Jul 15, 2022 · 5 comments
Closed

与其他插件共同使用时,其他插件失效 #11

Ra1n-qwq opened this issue Jul 15, 2022 · 5 comments

Comments

@Ra1n-qwq
Copy link

如与nonebot_plugin_memes、nonebot_plugin_petpet使用时,消息无法传递到后续插件中

@benx1n
Copy link
Owner

benx1n commented Jul 15, 2022

已修复,请更新至v0.3.3

@Ra1n-qwq
Copy link
Author

Ra1n-qwq commented Jul 16, 2022

已更新至最新版,但好像并没有解决。用nb-cli和pip进行更新,均未能解决。
image
image

@benx1n
Copy link
Owner

benx1n commented Jul 16, 2022

请尝试将依赖中__init__.py中第38行修改为
bot_listen = on_message(priority=5,block=False)
关于依赖包位置你可以通过pip uninstall hikari-bot获得

@Ra1n-qwq
Copy link
Author

第39行也需要进行修改:
bot_checkversion = on_command("wws 检查更新",priority=5,block=False)

benx1n added a commit that referenced this issue Jul 16, 2022
@benx1n
Copy link
Owner

benx1n commented Jul 16, 2022

已发布0.3.3.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants