discord.js-akinator
Version:
A Discord.js v14 module that allows you to create an Akinator command for your discord bot in a matter of seconds.
31 lines • 1.12 kB
JSON
{
"gameEnded": "Game Ended",
"gameEndedDesc": "your game has ended due to one minute of inactivity.",
"question": "Question",
"progress": "Progress",
"pleaseType": "Please type...",
"stopTip": "You can also type \"S\" or \"Stop\" to end your game.",
"yes": "Yes",
"no": "No",
"dontKnow": "Don't Know",
"dontKnowNoComma": "Dont Know",
"probably": "Probably",
"probablyNot": "Probably Not",
"back": "Back",
"stop": "Stop",
"thinking": "Thinking...",
"isThisYourCharacter": "Is this your character?",
"isThisYourAnimal": "Is this your animal?",
"isThisYourObject": "Is this your object?",
"ranking": "Ranking",
"noOfQuestions": "No. of Questions",
"wellPlayed": "Well played!",
"guessedRightOneMoreTime": "I guessed right one more time!",
"character": "Character",
"animal": "Animal",
"object": "Object",
"defeated": "bravo! You have defeated me...",
"gameForceEnd": "your game was successfully ended!",
"startingGame": "Starting game...",
"startingGameDesc": "The game will start in a few seconds..."
}