Skip to content

Commit

Permalink
Merge pull request #1 from Deivu/master
Browse files Browse the repository at this point in the history
update
  • Loading branch information
MrBoombastic authored Apr 14, 2020
2 parents c4c09bd + 5a0fc78 commit 86ca00a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/js/docma-web.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
"dependencies": {
"abort-controller": "^3.0.0",
"node-fetch": "^2.6.0",
"ws": "^7.1.2"
"ws": "^7.2.3"
},
"devDependencies": {
"discord.js": "github:discordjs/discord.js",
"discord.js": ">=12.0.0 <13.0.0",
"typescript": "^3.8.3"
}
}
12 changes: 6 additions & 6 deletions src/guild/ShoukakuPlayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,6 @@ class ShoukakuPlayer extends EventEmitter {
this.position = 0;
}

/**
* Emitted when the Lavalink Player emits a TrackEnd or TrackStuck event.
* @event ShoukakuPlayer#start
* @param {Object} data
* @memberOf ShoukakuPlayer
*/
/**
* Emitted when the Lavalink Player emits a TrackEnd or TrackStuck event.
* @event ShoukakuPlayer#end
Expand Down Expand Up @@ -96,6 +90,12 @@ class ShoukakuPlayer extends EventEmitter {
* <Player>.disconnect();
* })
*/
/**
* Emitted when the Lavalink Player emits a TrackStartEvent event. Optional.
* @event ShoukakuPlayer#start
* @param {Object} data
* @memberOf ShoukakuPlayer
*/
/**
* Emitted when Lavalink encounters an error on playing the song. Optional.
* @event ShoukakuPlayer#trackException
Expand Down

0 comments on commit 86ca00a

Please sign in to comment.