Skip to content

Commit

Permalink
fix distube startup error
Browse files Browse the repository at this point in the history
  • Loading branch information
Ballaual committed Oct 15, 2024
1 parent a3a17ec commit a231aa5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions distubeClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -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()],
});

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -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!"
}

0 comments on commit a231aa5

Please sign in to comment.