fix(whatsapp.gblib): Fix in bot switching.

This commit is contained in:
Rodrigo Rodriguez 2023-09-03 16:34:16 -03:00
parent 55d718c05c
commit 8e87b24190

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) {