Metadata-Version: 2.3
Name: nonebot-plugin-repesix
Version: 0.0.6
Summary: 复读6
License: MIT
Keywords: nonebot,nonebot2,nonebot_plugin,repeat_six
Author: 月ヶ瀬
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: nonebot2 (>=2.3.1,<3.0.0)
Project-URL: Homepage, https://github.com/tkgs0/nonebot-plugin-repesix
Project-URL: Repository, https://github.com/tkgs0/nonebot-plugin-repesix
Description-Content-Type: text/markdown

<div align="center">
  <a href="https://v2.nonebot.dev/store"><img src="https://raw.githubusercontent.com/tkgs0/nbpt/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo"></a>
  <br>
  <p><img src="https://raw.githubusercontent.com/tkgs0/nbpt/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText"></p>
</div>

<div align="center">

# nonebot-plugin-repesix

_✨ 复读6 ✨_

<a href="./LICENSE">
    <img src="https://img.shields.io/github/license/tkgs0/nonebot-plugin-repesix.svg" alt="license">
</a>
<a href="https://pypi.python.org/pypi/nonebot-plugin-repesix">
    <img src="https://img.shields.io/pypi/v/nonebot-plugin-repesix.svg" alt="pypi">
</a>
<a href="https://www.python.org">
    <img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="python">
</a>
<a href="https://nonebot.dev">
    <img src="https://img.shields.io/badge/nonebot-2.3.1+-red.svg" alt="nonebot">
</a>

</div>

## 📖 介绍

当有人发送 `6` 或 `主|蚌|蜯|草|艹|乐|樂|寄|典|孝|急|麻` 时概率触发复读

## 💿 安装

**nb-cli安装, 包管理器安装  二选一**

<details>
<summary>使用 nb-cli 安装</summary>

在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装

    nb plugin install nonebot-plugin-repesix

</details>

<details>
<summary>使用包管理器安装</summary>

在 nonebot2 项目的插件目录下, 打开命令行,

**根据你使用的包管理器, 输入相应的安装命令**

<details>
<summary>pip</summary>

    pip install nonebot-plugin-repesix

</details>
<details>
<summary>pdm</summary>

    pdm add nonebot-plugin-repesix

</details>
<details>
<summary>poetry</summary>

    poetry add nonebot-plugin-repesix

</details>
<details>
<summary>conda</summary>

    conda install nonebot-plugin-repesix

</details>

打开 bot项目下的 `pyproject.toml` 文件,

在其 `plugins` 里加入 `nonebot_plugin_repesix`

    plugins = ["nonebot_plugin_repesix"]

</details>
</details>

## 🎉 使用

即插即用

