添加go-cqhttp推送

This commit is contained in:
Fcatme 2021-06-06 22:30:25 +08:00
parent feb6071665
commit 3e0c3b8332

View File

@ -198,7 +198,7 @@ async function sendNotify(
]); ]);
} }
function gobotNotify(text, desp) { function gobotNotify(text, desp, time = 2100) {
return new Promise((resolve) => { return new Promise((resolve) => {
if (GOBOT_URL) { if (GOBOT_URL) {
const options = { const options = {