Metadata-Version: 2.4
Name: nonebot-plugin-helper-recall
Version: 0.1.2
Summary: 帮助普通群员撤回自己超时无法撤回的消息
Author-email: Wojusensei <3442006415@qq.com>
License: MIT
Project-URL: Homepage, https://github.com/Wojusensei/nonebot-plugin-helper-recall
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: nonebot2>=2.3.0
Requires-Dist: nonebot-adapter-onebot>=2.0.0
Requires-Dist: nonebot-plugin-alconna>=0.3.0
Requires-Dist: nonebot-plugin-localstore>=0.5.0

# nonebot-plugin-helper-recall

✨ 帮撤回插件 ✨

帮助普通群员撤回自己因超时无法撤回的消息，需要bot被群主授予管理员权限(想给bot群主我也没意见(bushi))

## 功能

- 引用自己发送的消息，发送 `/撤回` 指令
- Bot 尝试撤回该消息
- 撤回成功后在指令消息上添加 🎉 表情

## 安装(指令二选一，无区别)

```bash
nb plugin install nonebot-plugin-helper-recall
pip install nonebot-plugin-helper-recall
```

## 使用

1. 确保 Bot 是群管理员
2. 群员引用自己发送的任意消息（包括超时的）
3. 在同一条消息中发送 `/撤回`
4. Bot 会撤回那条被引用的消息

## 注意事项

- 仅支持撤回自己的消息
- 如果消息已超过 QQ 可撤回时间，会提示失败
- 需要 Bot 有管理员权限

## 配置

无需配置，即装即用

## 开源协议

MIT
