mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 13:14:58 +05:00
12 lines
No EOL
661 B
JSON
12 lines
No EOL
661 B
JSON
{
|
|
"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!"
|
|
} |