JaBa/languages/en-US/fun/8ball.json

27 lines
869 B
JSON
Raw Normal View History

2023-06-06 10:21:47 +05:00
{
2023-06-06 22:48:46 +05:00
"DESCRIPTION": "I tell the truth",
2023-06-06 10:21:47 +05:00
"USAGE": "[question]",
2023-06-06 22:48:46 +05:00
"EXAMPLES": "8ball question:Is JaBa awesome?",
2023-07-07 21:50:36 +05:00
"QUESTION": "Question",
"ANSWER": "Answer",
2023-06-06 22:48:46 +05:00
"RESPONSE_1": "It is certain",
"RESPONSE_2": "It is decidedly so",
"RESPONSE_3": "Without a doubt",
"RESPONSE_4": "Yes - definitely",
"RESPONSE_5": "You may rely on it",
"RESPONSE_6": "As I see it, yes",
"RESPONSE_7": "Most likely",
"RESPONSE_8": "Outlook good",
"RESPONSE_9": "Signs point to yes",
"RESPONSE_10": "Yes",
"RESPONSE_11": "Reply hazy, try again",
"RESPONSE_12": "Ask again later",
"RESPONSE_13": "Better not tell you now",
"RESPONSE_14": "Cannot predict now",
"RESPONSE_15": "Concentrate and ask again",
"RESPONSE_16": "Don't count on it",
"RESPONSE_17": "My reply is no",
"RESPONSE_18": "My sources say no",
"RESPONSE_19": "Outlook not so good",
"RESPONSE_20": "Very doubtful"
2023-06-06 10:21:47 +05:00
}