Skip to content

Commit

Permalink
Bug in this shitaaaa
Browse files Browse the repository at this point in the history
  • Loading branch information
1Lucas1apk committed Feb 29, 2024
1 parent 06f18dd commit 9896259
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/src/@Entities/MoonlinkPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ class MoonlinkPlayer {
setDeaf: true,
setMute: false
});
await this.manager.players.attemptConnection(this.guildId);
if (!this.current && this.queue.size) {
this.play();
return;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moonlink.js",
"version": "3.5.4",
"version": "3.5.5",
"description": "Imagine a Music... 🌙✨ Welcome to Moonlink.js! We invite you to create your own music bot on Discord using Lavalink, in a simple and easy way! 🎶🤖",
"keywords": [
"bot",
Expand Down Expand Up @@ -52,4 +52,4 @@
"typedoc": "^0.25.4",
"typedoc-plugin-markdown": "^3.17.1"
}
}
}
2 changes: 2 additions & 0 deletions src/@Entities/MoonlinkPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ export class MoonlinkPlayer {
setMute: false
});

await this.manager.players.attemptConnection(this.guildId);

if (!this.current && this.queue.size) {
this.play();
return;
Expand Down

0 comments on commit 9896259

Please sign in to comment.