KarisAya / nonebot_plugin_groupmate_waifu

娶群友
MIT License
57 stars 10 forks source link

启动报错:能否兼容nonebot_plugin_apscheduler0.2.0版本 #9

Closed Agnes4m closed 1 year ago

Agnes4m commented 1 year ago

image

Agnes4m commented 1 year ago

刚刚看了下似乎是定时插件的问题,之前也一直用的0.1.4版本。现在大多插件都需要0.2.0版本了,希望可以适配下谢谢~

KarisAya commented 1 year ago

定时插件0.2.0不兼容nonebot2.0.0b5和这个插件有什么关系

KarisAya commented 1 year ago

这个插件在0.1.4和0.2.0都可以正常运行,这个报错是定时插件和nb之间的不兼容。

Ikaros-521 commented 1 year ago

nonebot2 = 2.0.0b5 nonebot-plugin-groupmate-waifu = 1.2.2.post0 nonebot-plugin-apscheduler = 0.2.0

__init__.py中的scheduler = require("nonebot_plugin_apscheduler").scheduler

require("nonebot_plugin_apscheduler")
from nonebot_plugin_apscheduler import scheduler