mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
Merge branch 'master' of https://github.com/JonnyBro/JaBa
This commit is contained in:
commit
511ed13bc5
4 changed files with 8314 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -3,7 +3,6 @@ config.js
|
||||||
|
|
||||||
# Node modules
|
# Node modules
|
||||||
node_modules
|
node_modules
|
||||||
package-lock.json
|
|
||||||
yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
# DB
|
# DB
|
||||||
|
|
|
@ -2,7 +2,7 @@ const CronJob = require("cron").CronJob,
|
||||||
Discord = require("discord.js");
|
Discord = require("discord.js");
|
||||||
|
|
||||||
async function init(client) {
|
async function init(client) {
|
||||||
new CronJob("0 8 * * *", async function () {
|
new CronJob("0 10 * * *", async function () {
|
||||||
client.guilds.cache.forEach(async (guild) => {
|
client.guilds.cache.forEach(async (guild) => {
|
||||||
const date = new Date(),
|
const date = new Date(),
|
||||||
currentDay = date.getDate(),
|
currentDay = date.getDate(),
|
||||||
|
|
8311
package-lock.json
generated
Normal file
8311
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
|
@ -18,7 +18,7 @@
|
||||||
"@distube/soundcloud": "^1.1.0",
|
"@distube/soundcloud": "^1.1.0",
|
||||||
"@distube/spotify": "^1.2.1",
|
"@distube/spotify": "^1.2.1",
|
||||||
"@distube/yt-dlp": "^1.0.2",
|
"@distube/yt-dlp": "^1.0.2",
|
||||||
"@distube/ytdl-core": "^4.10.0",
|
"@distube/ytdl-core": "^4.11.1",
|
||||||
"@k3rn31p4nic/google-translate-api": "github:k3rn31p4nic/google-translate-api",
|
"@k3rn31p4nic/google-translate-api": "github:k3rn31p4nic/google-translate-api",
|
||||||
"@sindresorhus/slugify": "^1.1.0",
|
"@sindresorhus/slugify": "^1.1.0",
|
||||||
"amethyste-api": "github:Androz2091/amethyste-api",
|
"amethyste-api": "github:Androz2091/amethyste-api",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"express-session": "^1.17.0",
|
"express-session": "^1.17.0",
|
||||||
"ffmpeg-static": "^4.4.0",
|
"ffmpeg-static": "^4.4.0",
|
||||||
"figlet": "^1.5.0",
|
"figlet": "^1.5.0",
|
||||||
"gamedig": "^4.0.0",
|
"gamedig": "^4.0.2",
|
||||||
"i18next": "^20.2.2",
|
"i18next": "^20.2.2",
|
||||||
"i18next-node-fs-backend": "^2.1.3",
|
"i18next-node-fs-backend": "^2.1.3",
|
||||||
"js-string-cleaner": "^1.0.3",
|
"js-string-cleaner": "^1.0.3",
|
||||||
|
|
Loading…
Reference in a new issue