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;