From 2247164b63a8b684247866116f3eb0f0fc9a7877 Mon Sep 17 00:00:00 2001 From: idinium96 <47635037+idinium96@users.noreply.github.com> Date: Fri, 5 Apr 2024 02:24:46 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20might=20add=20later?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/classes/Bot.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/classes/Bot.ts b/src/classes/Bot.ts index 0104b4a51..4d3f7b7f6 100644 --- a/src/classes/Bot.ts +++ b/src/classes/Bot.ts @@ -179,6 +179,7 @@ export default class Bot { this.manager = new TradeOfferManager({ steam: this.client, community: this.community, + // useAccessToken: false, // https://github.com/DoctorMcKay/node-steam-tradeoffer-manager/wiki/Access-Tokens language: 'en', pollInterval: -1, cancelTime: 15 * 60 * 1000,