blooket.js
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -168,3 +168,3 @@ const ws = require('ws'); | ||
} else if (this.mode == "fact") { | ||
if (Math.floor(Math.random() * 100) =< 80) { | ||
if (Math.floor(Math.random() * 100) <= 80) { | ||
this.blooks += 1 | ||
@@ -171,0 +171,0 @@ console.log(`You have ${this.blooks} blooks`) |
{ | ||
"name": "blooket.js", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"description": "This is a terminal client for the quiz service known as Blooket", | ||
@@ -5,0 +5,0 @@ "main": "blooket.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
53868