Update main.js

This commit is contained in:
ZyLacx 2022-02-15 20:53:40 +01:00 committed by GitHub
parent 8937de5ed2
commit 4c86731028
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,9 @@ client.once('ready', () => {
if (client.user.username != 'MOOver Debug') { if (client.user.username != 'MOOver Debug') {
client.channels.cache.get('780439236867653635').send('Just turned on!'); client.channels.cache.get('780439236867653635').send('Just turned on!');
} }
cron.schedule('0 13 * * *', async function() { // cron.schedule('0 13 * * *', async function() {
pingEvent(); // pingEvent();
}); // });
console.log('Running!'); console.log('Running!');
}); });