Metadata-Version: 2.1
Name: nonebot_plugin_questionmark
Version: 0.1.0
Summary: 基于 OneBot 适配器的 NoneBot2 行为艺术插件, 有群友或私聊发送单个问号 ? 或 ？时, bot会自动回复颠倒的问号 ¿
Home-page: https://github.com/NumberSir/nonebot_plugin_questionmark
Author: Number_Sir
Author-email: Number_Sir@126.com
Keywords: pip,nonebot2,nonebot,nonebot_plugin
Platform: any
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

<p align="center">
  <a href="https://v2.nonebot.dev/"><img src="https://v2.nonebot.dev/logo.png" width="200" height="200" alt="nonebot"></a>
</p>

<div align="center">
  
# Nonebot_Plugin_QuestionMark
  
_✨ 基于OneBot适配器的[NoneBot2](https://v2.nonebot.dev/)行为艺术插件 ✨_
  
</div>

## 功能

有群友或私聊发送单个问号 `?` 或 `？`, bot会自动回复颠倒的问号 `¿`

## 安装

- 使用 nb-cli

```
nb plugin install nonebot_plugin_questionmark
```

- 使用 pip

```
pip install -U nonebot_plugin_questionmark
```

## 更新日志
> 2023-03-26 v0.1.0
> - 发布
