discord.js-akinator
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -191,2 +191,3 @@ const Discord = require("discord.js"); | ||
} else if (answer == "s" || answer == "stop") { | ||
hasGuessed.delete(message.author.id) | ||
games.delete(message.author.id) | ||
@@ -193,0 +194,0 @@ let stopEmbed = new Discord.MessageEmbed() |
{ | ||
"name": "discord.js-akinator", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Create an Akinator Command for Your Discord Bot within Seconds of Installation.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11314
190