discord.js-akinator
Advanced tools
Comparing version 3.4.3 to 3.4.4
{ | ||
"name": "discord.js-akinator", | ||
"version": "3.4.3", | ||
"version": "3.4.4", | ||
"description": "A Discord.js v13 Module that allows you to Create an Akinator Command for Your Discord Bot within Seconds of Installation.", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -49,3 +49,3 @@ const { Aki } = require("aki-api"); | ||
* | ||
* @param {Discord.Message | Discord.CommandInteraction} input The Message Sent by the User. | ||
* @param {Discord.Message | Discord.CommandInteraction} input The Message or Slash Command Sent by the User. | ||
* @param {object} options The Options for the Game. | ||
@@ -52,0 +52,0 @@ * @param {string} [options.language="en"] The Language of the Game. Defaults to "en". |
{ | ||
"gameEnded": "ใฒใผใ ็ตไบ", | ||
"gameEndedDesc": "ใใชใใฎใฒใผใ ใฏ้ๆดปๅใฎ1ๅใฎใใใซ็ตไบใใพใใใ", | ||
"gameEndedDesc": "ใใชใใฎใฒใผใ ใฏ1ๅ้็กๆไฝใ ใฃใใฎใง็ตไบใใพใใใ", | ||
"question": "่ณชๅ", | ||
"progress": "้ฒๆ", | ||
"pleaseType": "ๅ ฅๅใใฆใใ ใใ...", | ||
"stopTip": "ใใชใใฏใใชใใฎใฒใผใ ใ็ตใใใใใใใซ \"S\"ใพใใฏ \"STOP\"ใๅ ฅๅใใใใจใใงใใพใ", | ||
"stopTip": "ใฒใผใ ใ็ตไบใใใซใฏใ\"S\"ใพใใฏ\"STOP\"ใๅ ฅๅใใพใใ", | ||
"yes": "ใฏใ", | ||
"no": "็ชๅท", | ||
"dontKnow": "็ฅใใชใ", | ||
"dontKnowNoComma": "็ฅใใชใ", | ||
"probably": "ๅคๅ", | ||
"probablyNot": "ใใใใ้ใใพใ", | ||
"no": "ใใใ", | ||
"dontKnow": "ใใใใชใ", | ||
"dontKnowNoComma": "ใใใใชใ", | ||
"probably": "ๅคๅใใ", | ||
"probablyNot": "ๅคๅ้ใ", | ||
"back": "ๆปใ", | ||
"stop": "ในใใใ", | ||
"thinking": "่ใ...", | ||
"thinking": "่ใไธญ...", | ||
"isThisYourCharacter": "ใใใฏใใชใใฎใญใฃใฉใฏใฟใผใงใใ๏ผ", | ||
@@ -21,6 +21,6 @@ "ranking": "ใฉใณใญใณใฐ", | ||
"wellPlayed": "ใใใใฃใ๏ผ", | ||
"guessedRightOneMoreTime": "็งใฏใใไธๅบฆใๆญฃใใใจๆใใพใใ๏ผ", | ||
"guessedRightOneMoreTime": "ใใ1ๅใๅฝใฆใพใใ๏ผ", | ||
"character": "ใญใฃใฉใฏใฟใผ", | ||
"defeated": "ใใฉใใผ๏ผ ใใชใใฏ็งใๅใใพใใ...", | ||
"defeated": "ใใฉใใผ! ใใชใใฏ็งใๅใใ...", | ||
"gameForceEnd": "ใใชใใฎใฒใผใ ใฏๆญฃๅธธใซ็ตไบใใพใใ๏ผ" | ||
} | ||
} |
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
3003
153987