disgamekit
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "disgamekit", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A small package that will help making ts/js discord bot mini games way easier!", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -189,3 +189,3 @@ <h1 align="center"> disgamekit </h1> | ||
- `inputValue`:**(optional)** The ID of the object to be looked up on the plane. | ||
- `inputValue`: The ID of the object to be looked up on the plane. | ||
@@ -192,0 +192,0 @@ ```js |
@@ -115,3 +115,2 @@ const EventEmitter = require('events'); | ||
if (this.game.var.gaming == false) { | ||
console.log('hi'); | ||
return; | ||
@@ -118,0 +117,0 @@ } |
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
32548
532