diff --git a/distubeClient.js b/distubeClient.js index 1e9c558..96dc4f7 100644 --- a/distubeClient.js +++ b/distubeClient.js @@ -7,13 +7,6 @@ const { EmbedBuilder } = require('discord.js'); const discordClient = require('./discordClient'); const distube = new Distube.default(discordClient, { - searchSongs: 5, - leaveOnFinish: true, - leaveOnEmpty: true, - emptyCooldown: 30, - emitNewSongOnly: true, - nsfw: true, - youtubeCookie: process.env.ytcookie, plugins: [new SoundCloudPlugin(), new SpotifyPlugin(), new YtDlpPlugin(), new DeezerPlugin()], }); diff --git a/version.json b/version.json index daf227e..e7cf8ee 100644 --- a/version.json +++ b/version.json @@ -1,4 +1,4 @@ { - "version": "2.6.9", + "version": "2.7.0", "note": "DO NOT EDIT this file, unless you know what you are doing here!" } \ No newline at end of file