module.exports = async (client, torn, config, state) => { //console.log(`example log ${client.user.tag}`); //const alertChannel = client.channels.resolve(config.alerts) //alertChannel.send('test') }; module.exports.schedule = '*/5 * * * * *';