Metadata-Version: 2.1
Name: nonebot-plugin-roll
Version: 0.2.0
Summary: Roll a dice!
License: MIT
Author: KafCoppelia
Author-email: k740677208@gmail.com
Requires-Python: >=3.7.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: nonebot-adapter-onebot (>=2.0.0-beta.1,<3.0.0)
Requires-Dist: nonebot2 (>=2.0.0-beta.1,<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/main/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.0beta.1-green">
  </a>
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v0.2.0-orange">
  </a>
  
</p>

</p>

## 版本

v0.2.0

⚠ 适配nonebot2-2.0.0beta.1；适配alpha.16版本参见[alpha.16分支](https://github.com/KafCoppelia/nonebot_plugin_roll/tree/alpha.16)

## 安装

1. 通过`pip`或`nb`安装，版本请指定`^0.2.0`；

2. Enjoy:tada:

## 功能

掷骰！扔出指定个数的多面骰子。

## 命令

rd、roll、掷骰，后接“[x]d[y]”， x指定个数，y指骰子面数。

## 本插件改自Omega-Miya roll点抽奖插件

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