Update main.js

This commit is contained in:
ZyLacx 2022-03-03 16:01:34 +01:00 committed by GitHub
parent a54a88af51
commit 06d14a9b12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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() {
cron.schedule('0 13 * * *', async function() {
pingEvent();
//});
});
console.log('Running!');
});