From 2ca4f873fdc1ec3e08c43f9462f39cc66b345478 Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Sun, 12 Oct 2025 17:54:25 -0400 Subject: [PATCH] Test --- structures/Akinator.js | 1 + 1 file changed, 1 insertion(+) diff --git a/structures/Akinator.js b/structures/Akinator.js index 0febb243..19848648 100644 --- a/structures/Akinator.js +++ b/structures/Akinator.js @@ -98,6 +98,7 @@ class Akinator { session: this.session, signature: this.signature }); + console.log(body); this.guessed = null; this.stepLastProposition = body.step; this.progress = body.progression;