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": {