Metadata-Version: 2.1
Name: nonebot-plugin-roll
Version: 0.2.2
Summary: Roll a dice!
License: MIT
Author: KafCoppelia
Author-email: k740677208@gmail.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: nonebot-adapter-onebot (>=2.1.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0b3,<3.0.0)
Description-Content-Type: text/markdown

<div align="center">

# Roll

<!-- prettier-ignore-start -->
<!-- markdownlint-disable-next-line MD036 -->
_🎲 掷骰子 🎲_
<!-- prettier-ignore-end -->

</div>

<p align="center">
  
  <a href="https://github.com/KafCoppelia/nonebot_plugin_roll/blob/beta/LICENSE">
    <img src="https://img.shields.io/badge/license-MIT-informational">
  </a>
  
  <a href="https://github.com/nonebot/nonebot2">
    <img src="https://img.shields.io/badge/nonebot2-2.0.0b3+-green">
  </a>

  <a href="https://github.com/MinatoAquaCrews/nonebot_plugin_roll/releases/tag/v0.2.2">
    <img src="https://img.shields.io/github/v/release/MinatoAquaCrews/nonebot_plugin_roll?color=orange">
  </a>
  
  <a href="https://www.codefactor.io/repository/github/MinatoAquaCrews/nonebot_plugin_roll">
    <img src="https://img.shields.io/codefactor/grade/github/MinatoAquaCrews/nonebot_plugin_roll/beta?color=red">
  </a>
  
</p>

## 版本

v0.2.2

⚠ 适配nonebot2-2.0.0b3+

## 安装

通过`pip`或`nb`安装。

## 功能

掷骰！扔出指定个数的多面骰子；支持群聊与私聊。

## 命令

掷骰子：[rd/roll/掷骰] [x]d[y]，掷出x个y面的骰子，并返回点数。

## 本插件改自

[Omega Miya-roll](https://github.com/Ailitonia/omega-miya)
