From 14b5bcb93f3bec12c726792af9e263ad9b47e8a9 Mon Sep 17 00:00:00 2001 From: Dev Date: Sun, 17 Nov 2024 22:06:49 +0000 Subject: [PATCH] Replaced hard coded id with config value --- project/src/helpers/Dialogue/SptDialogueChatBot.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/src/helpers/Dialogue/SptDialogueChatBot.ts b/project/src/helpers/Dialogue/SptDialogueChatBot.ts index ed75c20e..63afbb90 100644 --- a/project/src/helpers/Dialogue/SptDialogueChatBot.ts +++ b/project/src/helpers/Dialogue/SptDialogueChatBot.ts @@ -37,7 +37,7 @@ export class SptDialogueChatBot implements IDialogueChatBot { public getChatBot(): IUserDialogInfo { return { - _id: "6723fd51c5924c57ce0ca01f", + _id: this.coreConfig.features.chatbotFeatures.ids.spt, aid: 1234566, Info: { Level: 1,