Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parasop committed Jul 31, 2024
1 parent cb1c1df commit c6ac619
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions dist/src/Player/Connection.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/src/Player/Connection.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/Player/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,11 @@ export class Connection {
});
setTimeout(async () => {
await this.player.pause(false)
await this.player.node.rest.updatePlayer({
guildId: this.player.guildId,
data: { paused: false },
})

}, 1000)

this.player.poru.emit(
Expand Down

0 comments on commit c6ac619

Please sign in to comment.