Last updated:
0 purchases
pokepoke miss 0.1.20
pokepoke_miss
介绍
wmc的戳一戳回复插件,消息内容、概率都可以定制喔~
功能
对机器人执行戳一戳操作时,根据概率选择一个消息进行回复
预设:
MISS - 概率 10%
GOOD - 概率 10%
GREAT - 概率 30%
PERFECT - 概率 40%
CRITICAL PERFECT - 概率 10%
安装
使用 NB-CLI 安装
在 Nonebot 根目录执行
nb plugin install pokepoke_miss
手动安装
将 pokepoke_miss.py 文件放入你的 Nonebot 插件目录中
在 bot.py中写入以下代码:
nonebot.load_plugin("FOLDER-TO-PLUGIN.pokepoke_miss")
自定义
根据需求修改 message_list 中的消息内容和对应的概率,例如:
message_list = [
("喵", 0.2),
("喵喵", 0.3),
("喵喵喵", 0.5)
]
许可
MIT License
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.