fix(basic.gblib): update ChatServices.ts #420

Closed
eltociear wants to merge 2540 commits from patch-1 into main
Showing only changes of commit 55d718c05c - Show all commits

View file

@ -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;