From 78debfcb09be89908e695f7363024bcfb1900982 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 16:07:21 +0200 Subject: [PATCH 1/2] s --- discord/teammakerv2.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index 7df5cf7..785f531 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -210,6 +210,8 @@ async def whoisbest(ctx, category="Casual", matchesback=18, top=3): Categorie: {category} Minimaal aantal matches: {matchesback} Top: {top} + - verdere info + 1) Als de aantal matches laag is (onder de 15) dat zijn cijfers niet echt meer representatief. Meld dat dan ook. - Max ~1800 tekens. """).strip() user_prompt = dedent(f""" -- 2.49.1 From 88cace125ce77d4516e904ee0edbbd6b6328ca17 Mon Sep 17 00:00:00 2001 From: Lanta Date: Thu, 2 Oct 2025 16:07:41 +0200 Subject: [PATCH 2/2] s --- discord/teammakerv2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/teammakerv2.py b/discord/teammakerv2.py index 785f531..5e884e3 100644 --- a/discord/teammakerv2.py +++ b/discord/teammakerv2.py @@ -211,7 +211,7 @@ async def whoisbest(ctx, category="Casual", matchesback=18, top=3): Minimaal aantal matches: {matchesback} Top: {top} - verdere info - 1) Als de aantal matches laag is (onder de 15) dat zijn cijfers niet echt meer representatief. Meld dat dan ook. + 1) Als de aantal matches laag is (onder de 15) dan zijn cijfers niet echt meer representatief. Meld dat dan ook. - Max ~1800 tekens. """).strip() user_prompt = dedent(f""" -- 2.49.1