From ea20b069fffc6a980383444a6c78c1e52e19c902 Mon Sep 17 00:00:00 2001 From: ZyLacx Date: Fri, 18 Feb 2022 14:45:08 +0100 Subject: [PATCH] Update main.js --- main.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.js b/main.js index 9e38a8a..9cb15b2 100755 --- a/main.js +++ b/main.js @@ -49,9 +49,12 @@ const resp = require('./responses.js'); const bModel = require('./database/birthdaySchema'); const eModel = require('./database/eventSchema'); +const turnOnMsg = ['AAAAAAAAAAAAA', 'Just turned on!', 'Just woke up!', 'May have crashed... sowwyyy >.<', + '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('AAAAAAAAAA!'); + client.channels.cache.get('780439236867653635').send(turnOnMsg[help.RNG(turnOnMsg.length)]); } console.log(bModel.find({}).exec(), eModel.find({}).exec()); cron.schedule('0 13 * * *', async function() {