Skip to content

Commit 9c3c7e4

Browse files
authored
Update 5.7.0
1 parent 599dff4 commit 9c3c7e4

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

disspace.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ const { Client, Collection, GatewayIntentBits, Partials } = require("discord.js"
22
const { DisTube } = require('distube');
33
const { SoundCloudPlugin } = require('@distube/soundcloud');
44
const { SpotifyPlugin } = require('@distube/spotify');
5+
const { DeezerPlugin } = require('@distube/deezer');
56

67
class MainClient extends Client {
78
constructor() {
@@ -35,6 +36,7 @@ class MainClient extends Client {
3536
leaveOnStop: true,
3637
plugins: [
3738
new SoundCloudPlugin(),
39+
new DeezerPlugin(),
3840
checkSpotify(client)
3941
],
4042
});

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "disspacex",
3-
"version": "5.0.1",
3+
"version": "5.7.0",
44
"description": "✈ Join Discord: https://discord.gg/SNG3dh3MbR",
55
"main": "index.js",
66
"scripts": {
@@ -9,13 +9,14 @@
99
"author": "Adivise",
1010
"license": "MIT",
1111
"dependencies": {
12-
"@discordjs/opus": "^0.8.0",
13-
"@distube/soundcloud": "^1.2.2",
14-
"@distube/spotify": "^1.4.2",
12+
"@discordjs/opus": "^0.9.0",
13+
"@distube/deezer": "^1.0.0",
14+
"@distube/soundcloud": "^1.3.0",
15+
"@distube/spotify": "^1.5.1",
1516
"chalk": "^4.1.2",
1617
"chillout": "^5.0.0",
1718
"delay": "^5.0.0",
18-
"discord.js": "^14.7.1",
19+
"discord.js": "^14.8.0",
1920
"distube": "^4.0.3",
2021
"dotenv": "^14.3.2",
2122
"ffmpeg-static": "^4.4.1",

0 commit comments

Comments
 (0)