Skip to content

Commit

Permalink
Fixed missing comment for botUser parameter
Browse files Browse the repository at this point in the history
- Fixed missing comment for botUser parameter
  • Loading branch information
Vexify4103 authored and SxMAbel committed Apr 5, 2024
1 parent 05ece30 commit 669a822
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/structures/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ export class Player {
/**
* Sets the autoplay-state of the player.
* @param autoplayState
* @param botUser
*/
public setAutoplay(autoplayState: boolean, botUser: object) {
if (typeof autoplayState !== "boolean") {
Expand Down

0 comments on commit 669a822

Please sign in to comment.