Replaced hard coded id with config value
This commit is contained in:
parent
50e79e72b5
commit
14b5bcb93f
@ -37,7 +37,7 @@ export class SptDialogueChatBot implements IDialogueChatBot {
|
|||||||
|
|
||||||
public getChatBot(): IUserDialogInfo {
|
public getChatBot(): IUserDialogInfo {
|
||||||
return {
|
return {
|
||||||
_id: "6723fd51c5924c57ce0ca01f",
|
_id: this.coreConfig.features.chatbotFeatures.ids.spt,
|
||||||
aid: 1234566,
|
aid: 1234566,
|
||||||
Info: {
|
Info: {
|
||||||
Level: 1,
|
Level: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user