JaBa/languages/en-US/fun/choice.json

9 lines
379 B
JSON
Raw Normal View History

2022-01-04 02:18:28 +05:00
{
"DESCRIPTION": "Helps you choose between the given choices!",
"USAGE": "choice [choice1/choice2/etc...]",
"EXAMPLES": "choice Fire/Wind/Water",
2022-01-04 02:18:28 +05:00
"MISSING": "You must enter more than two choices!\n(or use the `flip` command instead)",
"EMPTY": "One of your choices seems to be empty.... Please try again!",
"PROGRESS": "Choice being made...",
"DONE": "Here's my choice:"
}