Skip to content

Commit

Permalink
Update 5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adivise authored Mar 21, 2023
1 parent 599dff4 commit 9c3c7e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 2 additions & 0 deletions disspace.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ const { Client, Collection, GatewayIntentBits, Partials } = require("discord.js"
const { DisTube } = require('distube');
const { SoundCloudPlugin } = require('@distube/soundcloud');
const { SpotifyPlugin } = require('@distube/spotify');
const { DeezerPlugin } = require('@distube/deezer');

class MainClient extends Client {
constructor() {
Expand Down Expand Up @@ -35,6 +36,7 @@ class MainClient extends Client {
leaveOnStop: true,
plugins: [
new SoundCloudPlugin(),
new DeezerPlugin(),
checkSpotify(client)
],
});
Expand Down
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "disspacex",
"version": "5.0.1",
"version": "5.7.0",
"description": "✈ Join Discord: https://discord.gg/SNG3dh3MbR",
"main": "index.js",
"scripts": {
Expand All @@ -9,13 +9,14 @@
"author": "Adivise",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@distube/soundcloud": "^1.2.2",
"@distube/spotify": "^1.4.2",
"@discordjs/opus": "^0.9.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"chalk": "^4.1.2",
"chillout": "^5.0.0",
"delay": "^5.0.0",
"discord.js": "^14.7.1",
"discord.js": "^14.8.0",
"distube": "^4.0.3",
"dotenv": "^14.3.2",
"ffmpeg-static": "^4.4.1",
Expand Down

0 comments on commit 9c3c7e4

Please sign in to comment.