Nurutomo / wabot-aq

WhatsApp Bot
GNU General Public License v3.0
689 stars 1.38k forks source link

User verification and registration #987

Closed Cosm1cBug closed 2 years ago

Cosm1cBug commented 2 years ago

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

ghost commented 2 years ago

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"

Cosm1cBug commented 2 years ago

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 2 years ago

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

Cosm1cBug commented 2 years ago

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