koishi-plugin-schedule
Advanced tools
Comparing version 2.0.0-alpha.22 to 2.0.0-alpha.23
@@ -22,3 +22,3 @@ "use strict"; | ||
return; | ||
app.executeCommandLine(command, meta); | ||
app.execute(command, meta); | ||
app.database.removeSchedule(id); | ||
@@ -34,5 +34,5 @@ }, date - now); | ||
return clearInterval(timer); | ||
app.executeCommandLine(command, meta); | ||
app.execute(command, meta); | ||
}, interval); | ||
app.executeCommandLine(command, meta); | ||
app.execute(command, meta); | ||
}, timeout); | ||
@@ -39,0 +39,0 @@ } |
{ | ||
"name": "koishi-plugin-schedule", | ||
"description": "Schedule plugin for Koishi", | ||
"version": "2.0.0-alpha.22", | ||
"version": "2.0.0-alpha.23", | ||
"main": "dist/index.js", | ||
@@ -37,10 +37,10 @@ "typings": "dist/index.d.ts", | ||
"devDependencies": { | ||
"koishi-database-level": "^2.0.0-alpha.20", | ||
"koishi-database-mysql": "^2.0.0-alpha.20", | ||
"koishi-test-utils": "^4.0.0-alpha.20" | ||
"koishi-database-level": "^2.0.0-alpha.21", | ||
"koishi-database-mysql": "^2.0.0-alpha.21", | ||
"koishi-test-utils": "^4.0.0-alpha.21" | ||
}, | ||
"dependencies": { | ||
"koishi-core": "^2.0.0-alpha.20", | ||
"koishi-utils": "^1.1.2" | ||
"koishi-core": "^2.0.0-alpha.21", | ||
"koishi-utils": "^2.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
21433
+ Addedkoishi-utils@2.2.0(transitive)
+ Addedsupports-color@7.2.0(transitive)
- Removedkoishi-utils@1.1.2(transitive)
Updatedkoishi-core@^2.0.0-alpha.21
Updatedkoishi-utils@^2.0.0