lets get this party starteddddd (#1287)

This commit is contained in:
NotSoToothless
2026-05-30 08:45:32 -07:00
committed by GitHub
parent 8396f48f90
commit 54c06bd275
4 changed files with 243 additions and 70 deletions
+9 -1
View File
@@ -244,7 +244,10 @@
"not_found_desc": "No game history found for `{player}`.",
"no_players_found": "No players found matching **{username}**\nTry using `/website` to search on the website.",
"multiple_matches": "Multiple matches found, choose the correct one below:",
"must_provide_input": "You must provide at least a UID or username."
"must_provide_input": "You must provide at least a UID or username.",
"must_provide_or_link": "You must provide a UID or username, or link your account with `/set-player` first.",
"link_select": "Multiple players match — select which account to link to your Discord:",
"link_success": "✅ Linked your Discord account to **{nick}** (UID `{uid}`).\nCommands like `/player-stats` will now default to this account."
},
"player_games": {
"no_recent_title": "No Recent Games",
@@ -759,6 +762,11 @@
"description": "Set the squadron tag for this server",
"abbreviated_name": "The short name of the squadron to set"
},
"set_player": {
"description": "Link your Discord account to a War Thunder player",
"username": "The WT username to link",
"uid": "The WT UID to link"
},
"setup": {
"description": "Set up the bot for this server"
},