This commit is contained in:
Djkato 2023-02-08 18:24:45 +01:00
commit bf0422f0e6
3 changed files with 4014 additions and 2904 deletions

View file

@ -62,6 +62,7 @@ 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('490610642106056707').send("Whats up fuckers");
cron.schedule('0 13 * * *', async function () { cron.schedule('0 13 * * *', async function () {
pingEvent() pingEvent()
}) })

6901
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -23,8 +23,6 @@
"i": "^0.3.7", "i": "^0.3.7",
"mongoose": "^6.2.1", "mongoose": "^6.2.1",
"node-cron": "^3.0.0", "node-cron": "^3.0.0",
"npm": "^8.5.0", "npm": "^8.5.0"
"sequelize": "^6.16.1",
"sqlite3": "^4.2.0"
} }
} }