Update main.js

This commit is contained in:
ZyLacx 2022-02-24 23:18:32 +01:00
parent ec7193815a
commit c902a2bd69

View file

@ -56,9 +56,9 @@ client.once('ready', async () => {
if (client.user.username != 'MOOver Debug') {
client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]);
}
cron.schedule('0 13 * * *', async function() {
pingEvent();
});
// cron.schedule('0 13 * * *', async function() {
// });
console.log('Running!');
});