从nonebot-plugin-wordle移植 基于hoshinobot的猜单词插件
pip install pyenchant
如果是centos等系统需要提前安装
dnf install python3-enchant
- 在modules下新建一个wordle文件夹,将本仓库所有文件放进去
- 在config/__bot__.py最底下的MODELUS_ON里添加'wordle'
| Name | Name | Last commit date | ||
|---|---|---|---|---|
从nonebot-plugin-wordle移植 基于hoshinobot的猜单词插件
pip install pyenchant
如果是centos等系统需要提前安装
dnf install python3-enchant