Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
achiragaming committed Nov 19, 2024
1 parent 7b3d051 commit 1655450
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "damonjs",
"version": "1.8.4",
"version": "1.8.5",
"preview": false,
"description": "A modified Shoukaku wrapper with enhanced queue support.",
"main": "dist/Index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export * from './DamonJs';
export { DamonJsTrack, DamonJsQueue, DamonJsPlayer, Plugins };
export * from './Modules/Interfaces';

export const version = '1.8.4';
export const version = '1.8.5';
1 change: 1 addition & 0 deletions src/Managers/DamonJsPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ export class DamonJsPlayer {
if (!this.queue.current) return this.emit(Events.Debug, this, `No track to start ${this.guildId}`);
this.isTrackPlaying = true;
this.player.paused = false;
this.queue.current.data.clear();
this.emit(Events.PlayerStart, this, this.queue.current);
});
}
Expand Down

0 comments on commit 1655450

Please sign in to comment.