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