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会在0-100之间随机一个数字并返回(类似osu的roll)
1

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

/roll [文字]
例如 -roll 你是不是耳聋
bot会在 你是耳聋 ,和 你不是耳聋 之间随机一个并返回。

相同道理还有(有没有、去不去、上不上等这种 x不x 的规则)
如果你发的是 /roll 我是不是耳聋
bot会把 替换成 再回复)
5

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

可以是无限多的词
4

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-0.2.1.tar.gz (15.7 kB view hashes)

Uploaded Source

Built Distribution

nonebot_plugin_sayoroll-0.2.1-py3-none-any.whl (15.6 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