This commit is contained in:
ZyLacx 2023-02-07 23:06:31 +01:00
parent 84365b0419
commit 4e0a2890b2

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)]);
// } // }
client.channels.cache.get('770748282191740943').send("János Legyen")
cron.schedule('0 13 * * *', async function() { cron.schedule('0 13 * * *', async function() {
pingEvent(); pingEvent();
}); });