Debug messages are back

This commit is contained in:
ZyLacx 2023-02-08 19:03:24 +01:00
parent fdf83cc94b
commit 766df904a8

View file

@ -59,10 +59,9 @@ const turnOnMsg = ['AAAAAAAAAAAAA', 'Just turned on!', 'Just woke up!', 'May hav
'Heyyyy!', 'I\'m baaaack', 'Whom\'st have summoned they ancient one?']
client.once('ready', async () => {
// if (client.user.username != 'MOOver Debug') {
// client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]);
// }
client.channels.cache.get('770748282191740943').send("Whats up fuckers!");
if (client.user.username != 'MOOver Debug') {
client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]);
}
cron.schedule('0 13 * * *', async function () {
pingEvent()
})