From 59008c4aa0ffe036f7c20357559f90576ba7fe4f Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Sun, 12 Oct 2025 18:01:26 -0400 Subject: [PATCH] Maybe this might work --- structures/Akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/structures/Akinator.js b/structures/Akinator.js index 7df9bc38..3d660067 100644 --- a/structures/Akinator.js +++ b/structures/Akinator.js @@ -90,7 +90,7 @@ class Akinator { if (!correct && keepGoing) { const { body, text } = await request .post(`https://${this.region}.akinator.com/exclude`) - .send({ + .attach({ step: this.currentStep.toString(), sid: '1', cm: this.childMode,