Debug messages are back
This commit is contained in:
parent
fdf83cc94b
commit
766df904a8
1 changed files with 3 additions and 4 deletions
7
main.js
7
main.js
|
@ -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?']
|
'Heyyyy!', 'I\'m baaaack', 'Whom\'st have summoned they ancient one?']
|
||||||
|
|
||||||
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(turnOnMsg[help.RNG(turnOnMsg.length)]);
|
client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]);
|
||||||
// }
|
}
|
||||||
client.channels.cache.get('770748282191740943').send("Whats up fuckers!");
|
|
||||||
cron.schedule('0 13 * * *', async function () {
|
cron.schedule('0 13 * * *', async function () {
|
||||||
pingEvent()
|
pingEvent()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue