Skip to content

Commit

Permalink
Removed unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
Olebeh committed Nov 13, 2022
1 parent 0719295 commit beec4e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Player.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ export class Player extends TypedEmitter<PlayerEvents> {

cooldown = setInterval(() => {
members = oldState.channel?.members.filter(m => !m.user.bot).size
console.log(max)
if (members) {
clearInterval(cooldown)
time = 0
Expand Down

0 comments on commit beec4e6

Please sign in to comment.