Skip to main content

基于NoneBot的高仿以前小夜bot的roll功能

Project description

NoneBotPluginLogo

NoneBotPluginText

nonebot-plugin-sayoroll

✨ NoneBot 随机选择(roll)插件 ✨

license pypi python

📖 介绍

不知道怎么选择? 让bot帮你决定吧! ^ ^

(高仿以前小夜bot的roll功能)

💿 安装

使用 nb-cli 安装 在 nonebot2 项目的根目录下打开命令行, 输入以下指令即可安装
nb plugin install nonebot-plugin-sayoroll
使用包管理器安装 在 nonebot2 项目的插件目录下, 打开命令行, 根据你使用的包管理器, 输入相应的安装命令
pip
pip install nonebot-plugin-sayoroll
pdm
pdm add nonebot-plugin-sayoroll
poetry
poetry add nonebot-plugin-sayoroll
conda
conda install nonebot-plugin-sayoroll

打开 nonebot2 项目根目录下的 pyproject.toml 文件, 在 [tool.nonebot] 部分追加写入

plugins = ["nonebot_plugin_sayoroll"]

🎉 使用

指令表

/roll
直接roll会在1-100之间随机一个数字并返回(类似osu的roll)

/roll [数字]
带指定的数字的话则会从1到这个数字之间随机roll一个数字

/roll [x不x/x没x]
例如 /roll 我是不是耳聋
bot会在 我觉得你不是耳聋我觉得你是耳聋 之间随机一个并返回。

/roll [xxx还是xxx] ...
例如 /roll 今晚刷pp还是摆烂
bot会在 当然是今晚刷pp咯当然是摆烂咯 之间随机一个并返回。只允许两个词

/roll [参数] [参数] ...
例如 /roll 吃饭 睡觉 打游戏 运动 点蚊香
bot会在 吃饭 睡觉 打游戏 运动 点蚊香之间随机一个并返回。

可以是无限多的词
/roll xxx概率
例如 /roll 我今晚刷到pp的概率
只认参数结尾为 概率 这个词才可以触发,上面的例子会返回:
你今晚刷到pp的概率为:0.01-100%

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nonebot_plugin_sayoroll-1.0.4.tar.gz (16.5 kB view hashes)

Uploaded Source

Built Distribution

nonebot_plugin_sayoroll-1.0.4-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page