fix(basic.gblib): update ChatServices.ts #420
1 changed files with 3 additions and 1 deletions
|
|
@ -120,7 +120,9 @@ export class GBImporter {
|
|||
settingsJson: any
|
||||
) {
|
||||
|
||||
const fullSettingsJson = { ...GBServer.globals.bootInstance, ...settingsJson };
|
||||
const fullSettingsJson = { ...GBServer.globals.bootInstance, ...settingsJson,
|
||||
description:"General Bot"
|
||||
};
|
||||
|
||||
if (botId !== undefined) {
|
||||
fullSettingsJson.botId = botId;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue