Metadata-Version: 2.1
Name: nonebot-plugin-bracket
Version: 0.1.1
Summary: Nonebot2 插件，用于补全左括号
License: MIT
Author: meetwq
Author-email: meetwq@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: nonebot2[fastapi] (>=2.0.0-rc.1,<3.0.0)
Description-Content-Type: text/markdown

# nonebot-plugin-bracket

[Nonebot2](https://github.com/nonebot/nonebot2) 插件，用于补全消息中的括号，治愈强迫症


## 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_bracket
```

- 使用 pip

```
pip install nonebot_plugin_bracket
```


## 使用

发送包含括号的消息

如：发送 `（`，机器人会回复 `）`

