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

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

View file

@ -121,7 +121,7 @@ export class GBImporter {
) {
const fullSettingsJson = { ...GBServer.globals.bootInstance, ...settingsJson,
description:"General Bot"
description:"General Bot", title:botId
};
if (botId !== undefined) {