diff --git a/structures/Akinator.js b/structures/Akinator.js index 80b9ae6d..e2f358f6 100644 --- a/structures/Akinator.js +++ b/structures/Akinator.js @@ -101,7 +101,7 @@ class Akinator { const { body, text } = await request .post(`https://${this.region}.akinator.com/exclude`) .send(params.toString(), true) - .set({ + .set({ 'Content-Type': 'application/x-www-form-urlencoded; charset=UTF-8', 'User-Agent': this.agent.toString() });