Browse Source

fix an oopsie

alaah 5 years ago
parent
commit
c180689682
1 changed files with 1 additions and 1 deletions
  1. 1 1
      musicbot.js

+ 1 - 1
musicbot.js

@@ -199,7 +199,7 @@ Client.on ( 'message', ( message ) =>
 		{
 			voteSkips--;
 			message.channel.send ( "Wycofano twój głos **" + voteSkips + "/" + ( required + 1 ) + "**" );
-			voteSkipped [userid] = true;
+			voteSkipped [userid] = false;
 		}
         else
         {