awesome-mirai icon indicating copy to clipboard operation
awesome-mirai copied to clipboard

添加自动续火mirai-console插件

Open ViceEye opened this issue 1 year ago • 0 comments

mirai-console-automations

功能:

配置发送消息的对象实现自动向对方发送消息续火

{
  "local": true,
  "setting": {
    "account1": {
      "target": "message"
    },
    "account2": {
      "target": "message"
    }
  }
}
  • local: true 本地运行,登录即发送完成后退出
  • local: false 服务器运行,每天12点自动发送
  • 不提供自设时间,防止高频发送无用消息

ViceEye avatar Dec 14 '23 14:12 ViceEye