Skip to content

Commit

Permalink
3.8.0
Browse files Browse the repository at this point in the history
Added VKontakte support to audioplayer
  • Loading branch information
AlexInCube authored Sep 17, 2024
1 parent 95bb46b commit ef84666
Show file tree
Hide file tree
Showing 24 changed files with 593 additions and 696 deletions.
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ BOT_SOUNDCLOUD_TOKEN=undefined
BOT_YANDEXMUSIC_TOKEN=undefined
BOT_YANDEXMUSIC_UID=undefined

BOT_VKONTAKTE_TOKEN=undefined

BOT_GENIUS_TOKEN=undefined

MONGO_URI=undefined
Expand Down
Binary file added icons/audioplayer/services/vk.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aicbot",
"version": "3.7.0",
"version": "3.8.0",
"description": "Discord Bot for playing music",
"main": "build/main.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"node": ">=20"
},
"dependencies": {
"@discordjs/rest": "2.3.0",
"@discordjs/rest": "2.4.0",
"@discordjs/voice": "0.17.0",
"@distube/direct-link": "1.0.1",
"@distube/file": "1.0.1",
Expand All @@ -32,41 +32,42 @@
"@distube/ytdl-core": "4.14.4",
"@distube/ytsr": "2.0.4",
"cross-env": "7.0.3",
"discord.js": "14.15.3",
"discord.js": "14.16.2",
"distube": "5.0.2",
"distube-apple-music": "0.1.0",
"distube-vk-music-plugin": "2.0.3",
"distube-yandex-music-plugin": "1.0.5",
"dotenv": "16.4.5",
"genius-lyrics": "4.4.7",
"i18next": "23.12.2",
"i18next": "23.15.1",
"i18next-fs-backend": "2.3.2",
"mongoose": "8.5.2",
"mongoose": "8.6.3",
"node-cron": "3.0.3",
"node-os-utils": "1.3.7",
"opusscript": "0.1.1",
"prism-media": "1.3.5",
"puppeteer": "22.13.1",
"puppeteer": "23.3.1",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"sodium-native": "4.1.1",
"sodium-native": "4.2.0",
"soundcloud.ts": "0.5.5",
"uuid": "10.0.0",
"zod": "3.23.8"
},
"devDependencies": {
"@types/node": "^22.2.0",
"@types/node-cron": "^3.0.11",
"@types/node-os-utils": "^1.3.4",
"@types/uuid": "^10.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"@eslint/js": "^9.9.0",
"typescript-eslint": "^8.2.0",
"eslint": "^9.9.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.9.0",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"@eslint/js": "9.10.0",
"@types/node": "22.5.5",
"@types/node-cron": "3.0.11",
"@types/node-os-utils": "1.3.4",
"@types/uuid": "10.0.0",
"@typescript-eslint/eslint-plugin": "8.6.0",
"@typescript-eslint/parser": "8.6.0",
"eslint": "9.10.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-prettier": "5.2.1",
"globals": "15.9.0",
"prettier": "3.3.3",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0"
}
}
Loading

0 comments on commit ef84666

Please sign in to comment.