From 64a151a0ebdb612d57490d4ddf74217515c014a9 Mon Sep 17 00:00:00 2001 From: Daniel Odendahl Jr Date: Thu, 18 Apr 2019 17:14:28 +0000 Subject: [PATCH] Fix --- commands/games/akinator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/games/akinator.js b/commands/games/akinator.js index 95d675cf..e530d763 100644 --- a/commands/games/akinator.js +++ b/commands/games/akinator.js @@ -77,7 +77,7 @@ module.exports = class AkinatorCommand extends Command { const { body } = await request .get('https://srv13.akinator.com:9196/ws/new_session') .query({ - partner: 1, + partner: '', player: 'website-desktop', uid_ext_session: '', frontaddr: 'NDYuMTA1LjExMC40NQ==',