discord.js-akinator
Advanced tools
Comparing version 2.0.2 to 2.0.3
11
index.js
@@ -65,3 +65,3 @@ const Discord = require("discord.js"); | ||
.setDescription(`**Progress: 0%\n${aki.question}**`) | ||
.addField("Please Type...", "**Y** or **Yes**\n**N** or **No**\n**IDK** or **Don't Know**\n**P** or **Probably**\n**PN** or **Probably Not**\n**B** or **Back**") | ||
.addField("Please Type...", "**Y** or **Yes**\n**N** or **No**\n**I** or **IDK**\n**P** or **Probably**\n**PN** or **Probably Not**\n**B** or **Back**") | ||
.setFooter(`You can also type "S" or "Stop" to End your Game`) | ||
@@ -162,3 +162,3 @@ .setColor("RANDOM") | ||
.setDescription(`**Progress: ${Math.round(aki.progress)}%\n${aki.question}**`) | ||
.addField("Please Type...", "**Y** or **Yes**\n**N** or **No**\n**IDK** or **Don't Know**\n**P** or **Probably**\n**PN** or **Probably Not**\n**B** or **Back**") | ||
.addField("Please Type...", "**Y** or **Yes**\n**N** or **No**\n**I** or **IDK**\n**P** or **Probably**\n**PN** or **Probably Not**\n**B** or **Back**") | ||
.setFooter(`You can also type "S" or "Stop" to End your Game`) | ||
@@ -175,2 +175,3 @@ .setColor("RANDOM") | ||
"idk", | ||
"i", | ||
"dont know", | ||
@@ -208,2 +209,4 @@ "don't know", | ||
"dont know": 2, | ||
"don't know": 2, | ||
"i": 2, | ||
"p": 3, | ||
@@ -219,3 +222,3 @@ "probably": 3, | ||
.setDescription(`**Progress: ${Math.round(aki.progress)}%\n${aki.question}**`) | ||
.addField("Please Type...", "**Y** or **Yes**\n**N** or **No**\n**IDK** or **Don't Know**\n**P** or **Probably**\n**PN** or **Probably Not**\n**B** or **Back**") | ||
.addField("Please Type...", "**Y** or **Yes**\n**N** or **No**\n**I** or **IDK**\n**P** or **Probably**\n**PN** or **Probably Not**\n**B** or **Back**") | ||
.setFooter(`Thinking...`) | ||
@@ -254,2 +257,2 @@ .setColor("RANDOM") | ||
} | ||
} | ||
} |
{ | ||
"name": "discord.js-akinator", | ||
"version": "2.0.2", | ||
"version": "2.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
13751
221