From b1779eb357123072ec5ee01e0ca591c4613228d0 Mon Sep 17 00:00:00 2001 From: lilyissillyyy Date: Sun, 12 Oct 2025 18:30:29 -0400 Subject: [PATCH] Fix lint --- structures/Akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() });