replace scheduler with round robin every x minutes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
module.exports = async (client, torn, config) => {
|
||||
console.debug("Task: Executing noItemOC");
|
||||
|
||||
const fs = require('fs');
|
||||
const channel = client.channels.resolve(config.channels.ocAlert);
|
||||
const now = new Date();
|
||||
|
||||
Reference in New Issue
Block a user