Metadata-Version: 2.3
Name: nonebot-plugin-russian-ban
Version: 1.1.0.post1
Summary: 
Author: KarisAya
Author-email: karisaya@foxmail.com
Requires-Python: >=3.12,<4.0.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: nonebot-adapter-onebot (>=2.4.6,<3.0.0)
Requires-Dist: nonebot2 (>=2.4.2,<3.0.0)
Description-Content-Type: text/markdown

<div align="center">

<a href="https://v2.nonebot.dev/store">
  <img src="https://raw.githubusercontent.com/A-kirami/nonebot-plugin-template/resources/nbp_logo.png" width="180" height="180" alt="NoneBotPluginLogo">
</a>

<p>
  <img src="https://raw.githubusercontent.com/A-kirami/nonebot-plugin-template/resources/NoneBotPlugin.svg" width="240" alt="NoneBotPluginText">
</p>

# NoneBot-Plugin-Russian-Ban

✨ 轮盘禁言小游戏 ✨

[![python](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/)
[![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/)
[![license](https://img.shields.io/github/license/KarisAya/nonebot_plugin_russian_ban.svg)](./LICENSE)
[![pypi](https://img.shields.io/pypi/v/nonebot_plugin_russian_ban.svg)](https://pypi.python.org/pypi/nonebot_plugin_russian_ban)
[![pypi download](https://img.shields.io/pypi/dm/nonebot_plugin_russian_ban)](https://pypi.python.org/pypi/nonebot_plugin_russian_ban)
<br />

[![机器人 bug 研究中心](https://img.shields.io/badge/QQ%E7%BE%A4-744751179-maroon?)](https://qm.qq.com/q/3vpD9Ypb0c)

</div>

# 安装

使用 nb-cli 安装

```bash
nb plugin install nonebot_plugin_russian_ban
```

# 介绍

此功能需要给 bot 设置为管理员。

## 开始游戏

**指令**：`轮盘禁言` `自由轮盘`

开启群内随机 ban 人游戏

**指令**：`拨动滚轮` `重新装弹`

重置子弹的位置。

**指令**：`开枪`

顾名思义，开枪。

**指令【管理员，群主，超管】**：`开启自由轮盘` `关闭自由轮盘`

控制当前群内可否发起自由轮盘游戏，【管理员，群主，超管】可无视此设定在群内发起轮盘。

## 快捷禁言/解禁

此项功能是为轮盘禁言打扫战场用。

**指令【管理员，群主，超管】**：`禁言 @name`

给@的成员禁言 5 分钟，可@多人。如果给群友设置过代号，可以通过代号快捷禁言

**指令【管理员，群主，超管】**：`禁言一小时 @name` `禁言10分钟 @name` `禁言一个月 @name`

给@的成员相应的时间，可@多人

**指令【管理员，群主，超管】**：`解封` `解封 @name`

给@的成员解除禁言。可@多人。如果给群友设置过代号，可以通过代号快捷解除禁言。

如果没有指定成员会返回当前被封成员列表。之后可以根据提示进一步设置。

