From 7ddc770fa7abe53b76e2974aa647ef308d13260b Mon Sep 17 00:00:00 2001 From: passthem Date: Sun, 28 Sep 2025 01:00:15 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E6=96=87=E6=A1=A3=E4=B8=AD?= =?UTF-8?q?=E5=85=B3=E4=BA=8E=E8=BF=90=E8=A1=8C=E9=A1=B9=E7=9B=AE=E7=9A=84?= =?UTF-8?q?=E9=83=A8=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index e6bde73..986f53f 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,14 @@ code . 配置 `ENABLE_CONSOLE=false` +### 运行 + +如果改动了代码,应该先用 `Ctrl+C` 或者根据控制台提示退出,然后再重新启动。 + +```bash +poetry run python bot.py +``` + ## 开发文档 - Nonebot2 开发文档上可以参考的内容