yeasin
Results
2
comments of
yeasin
const bardModule = await import('googlebard'); const Bard = bardModule.Bard; let cookies = `__Secure-1PSID=`; let bot = new Bard(cookies, { inMemory: false, savePath: "./conversations.json", // this is being done to save...
const bardModule = await import('googlebard'); const Bard = bardModule.Bard; And other code add let cookies = `__Secure-1PSID=`; let bot = new Bard(cookies, {0 inMemory: false, savePath: "./conversations.json", // this is...