koishi-plugin-timedmessage
自动消息发送插件
安装
npm install koishi-plugin-timedmessage
配置
{
"module": "koishi-plugin-timedmessage",
"config": {
"cronTime": "*/5 * * * * *",
"message": "定时消息测试",
"groupID": [
"1234567890"
]
}
}
说明
cronTime
:定时任务时间表达式,默认每5秒执行一次。message
:定时发送的消息内容,默认发送“定时消息测试”。groupID
:发送消息的群号列表,必填。
注意
- 该插件只在onebot协议下测试过,其他协议可能存在问题。
koishi-plugin-timedmessage 插件基于 koishi 框架开发,使用前请确保已安装 koishi 框架。
麻烦各位大佬点个小星星~谢谢喵~