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 {
|
||||
return {
|
||||
_id: "6723fd51c5924c57ce0ca01f",
|
||||
_id: this.coreConfig.features.chatbotFeatures.ids.spt,
|
||||
aid: 1234566,
|
||||
Info: {
|
||||
Level: 1,
|
||||
|
Loading…
Reference in New Issue
Block a user