Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parasop committed Nov 27, 2024
1 parent d58d04e commit 77c8ef8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 77 deletions.
2 changes: 0 additions & 2 deletions dist/src/Player/Player.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ export declare class Player extends EventEmitter {
deaf: boolean;
/** The volume of the player (0-1000) */
volume: number;
lastPlayTimestamp: any;
cooldown: any;
/** Should only be used when the node is a NodeLink */
protected voiceReceiverWsClient: WebSocket | null;
protected isConnectToVoiceReceiver: boolean;
Expand Down
33 changes: 3 additions & 30 deletions dist/src/Player/Player.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 77c8ef8

Please sign in to comment.