From 25970e545d1990161180985c6f4f2f61ee774b9d Mon Sep 17 00:00:00 2001 From: mathieuMarthy Date: Tue, 16 Sep 2025 11:21:16 +0000 Subject: [PATCH 1/3] update rank lol --- databases/rank_lol.json | 126 +++++++++++++++++++++++----------------- 1 file changed, 72 insertions(+), 54 deletions(-) diff --git a/databases/rank_lol.json b/databases/rank_lol.json index de0ad2d..c2ee589 100644 --- a/databases/rank_lol.json +++ b/databases/rank_lol.json @@ -6,17 +6,17 @@ "riotName": "METAK RAQUE", "tag": "EUW", "rank": { - "value": 4, - "name": "Gold", - "color": "ffd700", - "emote": "<:gold:1199048043929030719>" + "value": 5, + "name": "Platinum", + "color": "00ffff", + "emote": "<:plat:1199048041706041445>" }, - "division": 1, - "lp": 77, - "wins": 27, + "division": 4, + "lp": 7, + "wins": 28, "losses": 22, - "winrate": 55.1, - "lastUpdate": 1753290545, + "winrate": 56.0, + "lastUpdate": 1757095133, "profileIconId": 5982 }, { @@ -44,17 +44,17 @@ "riotName": "ER4G0N", "tag": "EUW", "rank": { - "value": 3, - "name": "Silver", - "color": "c0c0c0", - "emote": "<:silver:1199048053211005100>" + "value": 4, + "name": "Gold", + "color": "ffd700", + "emote": "<:gold:1199048043929030719>" }, - "division": 2, - "lp": 20, - "wins": 26, - "losses": 19, - "winrate": 57.78, - "lastUpdate": 1753290546, + "division": 3, + "lp": 1, + "wins": 45, + "losses": 32, + "winrate": 58.44, + "lastUpdate": 1757095134, "profileIconId": 5968 } ], @@ -64,17 +64,17 @@ "riotName": "Jostophe13", "tag": "EUW", "rank": { - "value": 4, - "name": "Gold", - "color": "ffd700", - "emote": "<:gold:1199048043929030719>" + "value": 5, + "name": "Platinum", + "color": "00ffff", + "emote": "<:plat:1199048041706041445>" }, - "division": 2, - "lp": 41, - "wins": 116, - "losses": 113, - "winrate": 50.66, - "lastUpdate": 1753290545, + "division": 4, + "lp": 0, + "wins": 138, + "losses": 129, + "winrate": 51.69, + "lastUpdate": 1757095134, "profileIconId": 5634 }, { @@ -97,6 +97,24 @@ } ], "420282154409394176": [ + { + "puuid": "lHvCWcoSiixc_EHt-V0ZVhO5iDAk0eW1_Thq0qZS-rW3706B46FbR0wJ95OiVtlLCMdNo860SGmoQw", + "riotName": "Godofwoods", + "tag": "AYA", + "rank": { + "value": 4, + "name": "Gold", + "color": "ffd700", + "emote": "<:gold:1199048043929030719>" + }, + "division": 2, + "lp": 76, + "wins": 70, + "losses": 84, + "winrate": 45.45, + "lastUpdate": 1757095133, + "profileIconId": 6239 + }, { "puuid": "NAIUqHwPb2xtlpDQkZUmmXnAO5HaPuvq-yBCm5yAC4kEmpeVd5gDYZu-CYJLnmL4lREPLvtP-dD2SA", "riotName": "Vzfir", @@ -108,11 +126,11 @@ "emote": "<:silver:1199048053211005100>" }, "division": 3, - "lp": 45, - "wins": 11, - "losses": 7, - "winrate": 61.11, - "lastUpdate": 1753290546, + "lp": 59, + "wins": 12, + "losses": 9, + "winrate": 57.14, + "lastUpdate": 1757095135, "profileIconId": 3593 } ], @@ -128,11 +146,11 @@ "emote": "<:silver:1199048053211005100>" }, "division": 1, - "lp": 21, - "wins": 9, + "lp": 59, + "wins": 10, "losses": 11, - "winrate": 45.0, - "lastUpdate": 1753290546, + "winrate": 47.62, + "lastUpdate": 1757095135, "profileIconId": 5973 } ], @@ -148,11 +166,11 @@ "emote": "<:bronze:1199048058109956209>" }, "division": 2, - "lp": 55, - "wins": 19, - "losses": 23, - "winrate": 45.24, - "lastUpdate": 1753290547, + "lp": 16, + "wins": 20, + "losses": 30, + "winrate": 40.0, + "lastUpdate": 1757095136, "profileIconId": 6362 } ], @@ -180,17 +198,17 @@ "riotName": "Lyping", "tag": "EUW", "rank": { - "value": 0, - "name": "Unranked", - "color": "000000", - "emote": "<:unranked:1199048063692578876>" + "value": 5, + "name": "Platinum", + "color": "00ffff", + "emote": "<:plat:1199048041706041445>" }, - "division": 0, - "lp": 0, - "wins": 0, - "losses": 0, - "winrate": 0.0, - "lastUpdate": 0, + "division": 4, + "lp": 39, + "wins": 9, + "losses": 8, + "winrate": 52.94, + "lastUpdate": 1757095133, "profileIconId": 18 } ], @@ -231,7 +249,7 @@ "wins": 2, "losses": 3, "winrate": 40.0, - "lastUpdate": 1753290546, + "lastUpdate": 1757095135, "profileIconId": 6331 } ], From 2c42e6d1360cbc9e578339f42b7157d916c6f1b4 Mon Sep 17 00:00:00 2001 From: MathieuMarthy Date: Thu, 25 Sep 2025 10:19:42 +0200 Subject: [PATCH 2/3] Add MIT License to the project --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..93ad168 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 MathieuMarthy + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 0a0b5788747b0cee3cd7e46871ad6ab8e5639ed4 Mon Sep 17 00:00:00 2001 From: MathieuMarthy Date: Mon, 29 Sep 2025 23:35:48 +0200 Subject: [PATCH 3/3] Add invite link to Eula Bot in README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f41a80..1c52714 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@

Fun, Moderation and Utilities

- invite Eula-bot + + invite Eula-bot +