mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-11 03:14:35 +02:00
Let's get this
This commit is contained in:
@@ -100,7 +100,7 @@ class Akinator {
|
||||
.post(`https://${this.region}.akinator.com/exclude`)
|
||||
.send(params.toString(), true)
|
||||
.set({ 'Content-Type': 'application/x-www-form-urlencoded' });
|
||||
console.log(text);
|
||||
this.test = Buffer.from(text);
|
||||
this.guessed = null;
|
||||
this.stepLastProposition = body.step;
|
||||
this.progress = body.progression;
|
||||
|
||||
Reference in New Issue
Block a user