Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
achiragaming committed Nov 26, 2024
1 parent ccc2204 commit d1e94c0
Show file tree
Hide file tree
Showing 2 changed files with 2 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": "2.1.7",
"version": "2.1.8",
"preview": false,
"description": "A modified Shoukaku wrapper with enhanced queue support.",
"main": "dist/Index.js",
Expand Down
2 changes: 1 addition & 1 deletion src/Managers/DamonJsPlayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ export class DamonJsPlayer {
this.emit(Events.Debug, this, `Player destroyed; Guild id: ${this.guildId}`);
return this;
},
3,
2,
);
}

Expand Down

0 comments on commit d1e94c0

Please sign in to comment.