Skip to content

Commit 56bfaaa

Browse files
committed
🔧 fix version 0.8.0
1 parent 69beddb commit 56bfaaa

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repos:
1414
stages: [pre-commit]
1515

1616
- repo: https://github.com/pycqa/isort
17-
rev: 6.0.1
17+
rev: 5.13.2
1818
hooks:
1919
- id: isort
2020
stages: [pre-commit]

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ _✨ Console 适配 ✨_
1010

1111
</div>
1212

13-
1413
## 配置
1514

1615
修改 NoneBot 配置文件 `.env` 或者 `.env.*`
@@ -35,7 +34,7 @@ DRIVER=~none
3534

3635
配置是否使用严格的 `ToMe` 规则。默认为 `False`
3736

38-
启用后,在群聊中发送的消息需要增加 `@{bot_id`} ` 才能满足 `ToMe` 的条件。
37+
启用后,在群聊中发送的消息需要增加 `@{bot_id}` 才能满足 `ToMe` 的条件。
3938

4039
## 示例
4140

0 commit comments

Comments
 (0)