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

12 lines
661 B
JSON
Raw Normal View History

2021-12-10 21:39:54 +05:00
{
2021-12-22 16:50:28 +05:00
"DESCRIPTION": "Find the right number!",
"USAGE": "{{prefix}}number",
"EXAMPLES": "{{prefix}}number",
"GAME_START": "Number chosen, you can start!",
"BIG": "{{user}} | My number is **bigger** than `{{number}}`!",
"SMALL": "{{user}} | My number is **smaller** than `{{number}}`!",
"WON": "{{winner}} has won 10 credits!",
"DEFEAT": "No one could find the number! It was **{{number}}**!",
"GAME_STATS": "🎉 | {{winner}} found the correct number! It was __**{{number}}**__!\n\n**Stats:**\n*-* __**Duration**__: {{time}}\n*-* __**Participants**__: {{participants}} ({{participantCount}})",
"GAME_RUNNING": "A game is already running on this server!"
2021-12-10 21:39:54 +05:00
}