This commit is contained in:
lilyissillyyy
2025-10-12 18:30:29 -04:00
parent 1a39486690
commit b1779eb357
+1 -1
View File
@@ -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()
});