From 27eb2a2e4c3933e1b66307d465b49ff78081402e Mon Sep 17 00:00:00 2001 From: idinium96 <47635037+idinium96@users.noreply.github.com> Date: Sun, 31 Mar 2024 07:41:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A8=20force=20intent=20sell=20for=20it?= =?UTF-8?q?em=20added=20with=20assetid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/classes/Commands/sub-classes/PricelistManager.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/classes/Commands/sub-classes/PricelistManager.ts b/src/classes/Commands/sub-classes/PricelistManager.ts index 3b7f5d563..50127b118 100644 --- a/src/classes/Commands/sub-classes/PricelistManager.ts +++ b/src/classes/Commands/sub-classes/PricelistManager.ts @@ -176,6 +176,8 @@ export default class PricelistManagerCommands { if (params.id) { priceKey = String(params.id); params.id = String(params.id); + // force intent sell for assetid added + params.intent = 1; } priceKey = priceKey ? priceKey : params.sku; return this.bot.pricelist