Update main.js

This commit is contained in:
ZyLacx 2022-02-18 14:52:03 +01:00
parent ea20b069ff
commit 7e4986b87e

View file

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