From 557619961aaee46492be5f4670192dea139ad25a Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Tue, 18 Sep 2018 16:24:01 +0000 Subject: [PATCH] Fix Akinator --- commands/games/akinator.js | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/commands/games/akinator.js b/commands/games/akinator.js index 645a8bfc..a17a7e60 100644 --- a/commands/games/akinator.js +++ b/commands/games/akinator.js @@ -69,6 +69,8 @@ module.exports = class AkinatorCommand extends Command { .query({ partner: 1, player: 'website-desktop', + uid_ext_session: '5ba118d44e469', + frontaddr: 'MTc4LjMzLjIzMS45OA==', constraint: 'ETAT<>\'AV\'', soft_constraint: channel.nsfw ? '' : 'ETAT=\'EN\'', question_filter: channel.nsfw ? '' : 'cat=1', diff --git a/package.json b/package.json index 6ab998ec..b56917a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xiao", - "version": "91.5.1", + "version": "91.5.2", "description": "Your personal server companion.", "main": "Xiao.js", "scripts": {