Update main.js

This commit is contained in:
ZyLacx 2022-02-18 14:33:01 +01:00
parent 1098b75d3a
commit 319b828d47

View file

@ -49,7 +49,7 @@ const resp = require('./responses.js');
client.once('ready', async () => { client.once('ready', async () => {
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('AAAAAAAAAA!');
} }
cron.schedule('0 13 * * *', async function() { cron.schedule('0 13 * * *', async function() {
pingEvent(); pingEvent();