Maybe this might work

This commit is contained in:
lilyissillyyy
2025-10-12 18:01:26 -04:00
parent 08089061c4
commit 59008c4aa0
+1 -1
View File
@@ -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,