nonebot / nonebot2

跨平台 Python 异步聊天机器人框架 / Asynchronous multi-platform chatbot framework written in Python
https://nonebot.dev
MIT License
5.83k stars 553 forks source link

Plugin: wordle #2817

Closed shiyihang2007 closed 1 month ago

shiyihang2007 commented 1 month ago

PyPI 项目名

nonebot-plugin-wordle-simple

插件 import 包名

nonebot_plugin_wordle_simple

标签

[]

插件配置项

WORDLE__GROUPS_ENABLED=["白名单群聊, 格式为字符串列表"]
noneflow[bot] commented 1 month ago

📃 商店发布检查结果

Plugin: wordle

✅ 所有测试通过,一切准备就绪!

详情
  • ✅ 项目 nonebot-plugin-wordle-simple 已发布至 PyPI。
  • ✅ 项目 主页 返回状态码 200。
  • ✅ 插件类型: application。
  • ✅ 插件支持的适配器: nonebot.adapters.onebot.v11。
  • ✅ 插件 加载测试 通过。

  • 💡 如需修改信息,请直接修改 issue,机器人会自动更新检查结果。 💡 当插件加载测试失败时,请发布新版本后在当前页面下评论任意内容以触发测试。

    ♻️ 评论已更新至最新检查结果

    💪 Powered by NoneFlow

    shiyihang2007 commented 1 month ago

    修改了依赖项

    KomoriDev commented 1 month ago

    https://github.com/shiyihang2007/nonebot-plugin-wordle-simple/blob/ec26afa50d6e726356a7b5ac2da730a77ac41097/nonebot_plugin_wordle_simple/config.py#L5-L6

    所用的 set[] 是 3.10+ 的写法,而你的 pyproject.toml 写的是 3.8+

    shiyihang2007 commented 1 month ago

    https://github.com/shiyihang2007/nonebot-plugin-wordle-simple/blob/ec26afa50d6e726356a7b5ac2da730a77ac41097/nonebot_plugin_wordle_simple/config.py#L5-L6

    所用的 set[] 是 3.10+ 的写法,而你的 pyproject.toml 写的是 3.8+

    坏了,我本地用的是 3.12,所以没注意

    shiyihang2007 commented 1 month ago

    fixed

    yanyongyu commented 1 month ago

    你的插件内使用了 nonebot 2.2.0+ 的方法,请修改依赖版本。

    shiyihang2007 commented 1 month ago

    已修改为 >=2.2.0