Metadata-Version: 2.1
Name: nonebot-plugin-make-choice
Version: 1.0.6
Summary: 选择困难症？Bot帮你选！
License: MIT
Author: SherkeyXD
Author-email: 253294679@qq.com
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: nonebot-adapter-onebot (>=2.3.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.1.0,<3.0.0)
Description-Content-Type: text/markdown

<div align="center">
    <!--<img width="200" src="logo.png" alt="logo"></br>-->
<img src="https://socialify.git.ci/SherkeyXD/nonebot-plugin-diss-anybody/image?font=Raleway&forks=1&issues=1&language=1&logo=https%3A%2F%2Fraw.githubusercontent.com%2FA-kirami%2Fnonebot-plugin-template%2Fresources%2Fnbp_logo.png&name=1&owner=1&pattern=Floating%20Cogs&pulls=1&stargazers=1&theme=Auto" alt="nonebot-plugin-diss-anybody" width="640" height="320" />

# nonebot-plugin-make-choice

[NoneBot2](https://github.com/nonebot/nonebot2) 侧的随机选择插件，移植自 HoshinoBot

</div>

## 这是什么？

有选择困难症？让 Bot 帮你选！

发送 `选xx选xx` 或 `要xx要xx` 即可让 Bot 帮你做出选择

有小几率两个都帮你选哦

## 安装插件

使用 nb-cli 安装（推荐）

```shell
nb plugin install nonebot-plugin-make-choice
```

使用 pip/pipenv/poetry/pdm 安装

```shell
# pip
pip install nonebot-plugin-make-choice
# pipenv
pipenv install nonebot-plugin-make-choice
# poetry
poetry add nonebot-plugin-make-choice
# pdm
pdm add nonebot-plugin-make-choice
```

## 配置插件

本插件可以不用配置直接使用，唯一有效的配置项是同时选择两个选项的概率，默认为 `0.1`

```
choose_both_chance=0.1
```
