Skip to content

Commit

Permalink
fix connection update
Browse files Browse the repository at this point in the history
  • Loading branch information
parasop committed Jul 31, 2024
1 parent c6ac619 commit c22dddc
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion 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.

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

0 comments on commit c22dddc

Please sign in to comment.