diff --git a/consoleMonitor.js b/consoleMonitor.js index b761ea0..5e8370b 100644 --- a/consoleMonitor.js +++ b/consoleMonitor.js @@ -38,6 +38,7 @@ const getSteamIdFromPlayerName = async (playerName) => { try { const response = await axios({ method: 'get', + maxBodyLength: Infinity, url: 'http://play.louismazin.ovh:8212/v1/api/players', headers: { 'Accept': 'application/json',