UNPKG

@twiyin0/koishi-plugin-randomreply

Version:

Random reply your message

29 lines (25 loc) 1.1 kB
# @twiyin0/koishi-plugin-randomreply [![npm](https://img.shields.io/npm/v/@twiyin0/koishi-plugin-randomreply?style=flat-square)](https://www.npmjs.com/package/@twiyin0/koishi-plugin-randomreply) ## 使用说明 <at#> @触发者 <quote#> 回复/引用触发者的消息 &lt;image url="xxxxx"/&gt; 句尾后加一张图片xxxx是图片的地址 <recall#> 撤回消息(需要群聊管理员权限) 示例: <at#>你好啊&lt;image url="https://example.com/a.png"/&gt; image和url间必须有空格 别的好像没什么好说的 url记得加http(s),如果是本地图片请用file:///(绝对路径eg: file:///path/to/image.jpg) 目前仅支持一张图片,能力有限对不住啦 项目参考:[@koishijs/respondent](https://github.com/koishijs/koishi-plugin-respondent) 在慢慢成长,望各大佬轻喷 ## v0.0.1 发布了初始版本 ## v0.0.2 我是啥b,蒸馍回眼fa了呢 ## v0.1.0 新增<recall#>可以检测关键词撤回了 ## v0.1.1 现在可以自由加一张图片了 ## v0.1.2 修复插件使用方法中无法显示&lt;image url="xxx"/&gt;