hansputera / gampang

A whatsapp bot framework for NodeJS
https://npmjs.com/package/gampang
GNU General Public License v3.0
20 stars 4 forks source link

QR not fired #9

Closed zennn08 closed 1 year ago

zennn08 commented 1 year ago

image

code

import { Client, SessionManager } from "gampang"

const session = new SessionManager("session")

const client = new Client(session, {
  qr: {
    store: "terminal"
  },
  prefixes: [".", "#", "!", "@", "$", "%"] // add more
})

client.launch()
hansputera commented 1 year ago

image

code

import { Client, SessionManager } from "gampang"

const session = new SessionManager("session")

const client = new Client(session, {
  qr: {
    store: "terminal"
  },
  prefixes: [".", "#", "!", "@", "$", "%"] // add more
})

client.launch()

Hello, sorry for my late response. I've fixed it on latest commit, so you can update or upgrade the "gampang" dependency to apply the changes. Feel free to open new issue or reopen this issue if you have any issues with gampang :taco: Thanks!