From 9d715f2fb7388e1950845c2caf2f52f6ab19dcb2 Mon Sep 17 00:00:00 2001 From: SlyAimer <2289782085@qq.com> Date: Tue, 14 Jan 2025 16:06:45 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 06f009a..d93ee22 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,27 @@ See [Docs](https://nonebot.dev/) pip install -r requirements.txt + +你需要把你 [example.env.prod](example.env.prod)文件改为你自己的配置文件 +如果没有可以自己创建一个 +.env.prod + +内容如下 + +``` +DRIVER=~fastapi+~httpx+~websockets + +QQ_IS_SANDBOX=false + +QQ_BOTS='[{ + "id": "", + "token": "", + "secret": "", + "intent": { + "guild_messages": true, + "c2c_group_at_messages": true + }, + "use_websocket": false + }]' +``` +