Metadata-Version: 2.1
Name: nonebot-plugin-roll
Version: 0.1.2
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
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.0alpha.16-green">
  </a>
  
  <a href="">
    <img src="https://img.shields.io/badge/release-v0.1.2-orange">
  </a>
  
</p>

</p>

## 版本

v0.1.2

⚠ 适配nonebot2-2.0.0alpha.16，适配beta.1版本将会放在dev分支。

## 安装

1. 通过`pip`或`nb`安装；

2. Enjoy:tada:

## 功能

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

## 命令

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

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

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