fix(whatsapp.gblib): Fix in bot switching.
This commit is contained in:
parent
55d718c05c
commit
8e87b24190
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