Update main.js
This commit is contained in:
parent
4adcf47976
commit
ea20b069ff
1 changed files with 4 additions and 1 deletions
5
main.js
5
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() {
|
||||
|
|
Loading…
Reference in a new issue