Skip to content

Redmomn/nonebot-plugin-duel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nonebot

nonebot-plugin-duel

✨ 来一场西部牛仔决斗吧 ✨

license Python pypi

## 📖 介绍 NoneBot2决斗插件

已兼容pydantic v1&v2

💿 安装

nb-cli
nb plugin install nonebot-plugin-duel
pip
pip install nonebot_plugin_duel

⚙️ 配置

默认配置示例

# 机器人的自称
DUEL__NICKNAME=阿米娅
# 插件的黑名单用户,是一个int类型的列表
DUEL__BLACKLISTED_USERS=[]

🎉 使用

  • 发送关键词决斗并@一个人即可和他发起决斗,例如决斗@阿米娅
  • 在同一个群里,未结束先前的决斗不会开启新的决斗
- 说 `兔兔,我要与[@一个人]决斗` 
- 对方需在30秒内回复`同意`,否则决斗会取消。
- 接下来,阿米娅会在60秒内的一个随机时间喊出`开始`,在这之后最先发送`开枪`的博士胜出,在喊开始之前发送的博士会被视为犯规。

💡 感谢

此插件基于AmiyaBot决斗插件 移植而来