Merge branch 'main' of https://github.com/ZyLacx/MOOver
This commit is contained in:
commit
bf0422f0e6
3 changed files with 4014 additions and 2904 deletions
1
main.js
1
main.js
|
@ -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()
|
||||||
})
|
})
|
||||||
|
|
6913
package-lock.json
generated
6913
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue