From c8ef267f29d842264df8db231369a125eaf19b1f Mon Sep 17 00:00:00 2001 From: felinae98 <731499577@qq.com> Date: Sat, 27 Feb 2021 11:33:23 +0800 Subject: [PATCH] update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 37f18bb..feb8c8f 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ go-cqhttp镜像可使用`felinae98/go-cqhttp-ffmpeg`(数据目录为`/data`) * 通过图片发送文本,防止风控 * 使用队列限制发送频率 +# FAQ +1. 报错`TypeError: 'type' object is not subscriptable` + 本项目使用了Python 3.9的语法,请将Python版本升级到3.9及以上,推荐使用docker部署 +2. bot不理我 + 请确认自己是群主或者管理员,并且检查`COMMAND_START`环境变量是否设为`[""]` + ## 鸣谢 * [`go-cqhttp`](https://github.com/Mrs4s/go-cqhttp):简单又完善的 cqhttp 实现 * [`NoneBot2`](https://github.com/nonebot/nonebot2):超好用的开发框架