BREAKING CHANGE: plugin names are now normalized; manual updates required

This commit is contained in:
synt-xerror
2026-04-17 16:03:05 -03:00
parent e875cbe259
commit 2fc5e4f140
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,18 @@
{
"title": "🎲 Guessing Game",
"startCommand": "Start a new game",
"stopCommand": "Stop the current game",
"started": "Game started! Guess a number between 1 and 100.",
"stopped": "Game stopped.",
"invalidCommand": "Unknown subcommand: {{sub}}. Use",
"or": "or",
"range": "The number must be between {{min}} and {{max}}.",
"correct": "🎉 Correct! The number was {{number}}. Type",
"playAgain": "to play again.",
"higher": "📈 Higher!",
"lower": "📉 Lower!",
"gameLog": {
"started": "Guessing game started.",
"stopped": "Guessing game stopped."
}
}