fix(whatsapp.gblib): Fix in bot switching.
This commit is contained in:
parent
766d355f47
commit
80713f284d
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export class GBImporter {
|
|||
) {
|
||||
|
||||
const fullSettingsJson = { ...GBServer.globals.bootInstance, ...settingsJson,
|
||||
description:"General Bot"
|
||||
description:"General Bot", title:botId
|
||||
};
|
||||
|
||||
if (botId !== undefined) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue