Update main.js
This commit is contained in:
parent
81a7200f75
commit
672ec62180
1 changed files with 2 additions and 2 deletions
4
main.js
4
main.js
|
@ -56,9 +56,9 @@ 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)]);
|
||||||
}
|
}
|
||||||
cron.schedule('0 13 * * *', async function() {
|
//cron.schedule('0 13 * * *', async function() {
|
||||||
pingEvent();
|
pingEvent();
|
||||||
});
|
//});
|
||||||
console.log('Running!');
|
console.log('Running!');
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue