Add OneBot notification service

This commit is contained in:
ColdThunder11
2022-01-28 15:02:28 +08:00
committed by Louis Lam
parent 0a5db0cecb
commit 4656ab3d57
6 changed files with 96 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ const WeCom = require("./notification-providers/wecom");
const GoogleChat = require("./notification-providers/google-chat");
const Gorush = require("./notification-providers/gorush");
const Alerta = require("./notification-providers/alerta");
const Onebot = require("./notification-providers/onebot");
class Notification {
@@ -73,6 +74,8 @@ class Notification {
new GoogleChat(),
new Gorush(),
new Alerta(),
new GoogleChat(),
new Onebot(),
];
for (let item of list) {