i cant get this to work its too spaghetti

This commit is contained in:
2026-04-28 21:04:05 +02:00
parent ff1b4f4e01
commit 453890c776
10 changed files with 281 additions and 117 deletions
+6 -1
View File
@@ -1,9 +1,14 @@
{
"servers": {
"SERVER ID": {
"SERVER_ID": {
"re_posts_channel": 0,
"re_disabled": false,
"wwrps_channel": 0
}
},
"users": {
"USER_ID": {
"wwrps_elo": 0
}
}
}
+1 -1
View File
@@ -75,7 +75,7 @@
"already_submitted": "You can't compete against yourself! Please wait until another player has submitted their RPS.",
"anon": "[Anonymous]",
"draw": "DRAW",
"match": "### {0} (P1) vs {1} (P2)...\n## {2}\n**P1:** {3}\n**P2:** {4}",
"match": "### {0} (P1) vs {1} (P2)...\n## {2}\n**P1:** {3} **[{4} +{5}] {6}**\n**P2:** {7} **[{8} +{9}] {10}**",
"p1_win": "P1 WINS",
"p2_win": "P2 WINS"
},