Nurutomo/wabot-aq

User verification and registration

Closed this issue · 4 comments

Introduce the verification method from "moo-d" (github username) whatsapp-bot with the currently available .reg feature.
It will be more easy method and less complex

https://github.com/moo-d/termux-whatsapp-bot

Introduce the verification method from "moo-d" (github username) whatsapp-bot with the currently available .reg feature. It will be more easy method and less complex

https://github.com/moo-d/termux-whatsapp-bot

Already reg feature is there!
Just add:

handler.register = true

In your plugin to make it "reg to use"

Introduce the verification method from "moo-d" (github username) whatsapp-bot with the currently available .reg feature. It will be more easy method and less complex
https://github.com/moo-d/termux-whatsapp-bot

Already reg feature is there! Just add:

handler.register = true

In your plugin to make it "reg to use"

Where do i need to put that .
in main menu.js or register.js file?

unx21 commented

Introduce the verification method from "moo-d" (github username) whatsapp-bot with the currently available .reg feature. It will be more easy method and less complex
https://github.com/moo-d/termux-whatsapp-bot

Already reg feature is there! Just add:

handler.register = true

In your plugin to make it "reg to use"

Where do i need to put that . in main menu.js or register.js file?

all files that, when you want to be used by others, will require registration first

Introduce the verification method from "moo-d" (github username) whatsapp-bot with the currently available .reg feature. It will be more easy method and less complex
https://github.com/moo-d/termux-whatsapp-bot

Already reg feature is there! Just add:

handler.register = true

In your plugin to make it "reg to use"

Where do i need to put that . in main menu.js or register.js file?

all files that, when you want to be used by others, will require registration first

Okay thankyou bro