Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 991 Bytes

File metadata and controls

30 lines (23 loc) · 991 Bytes

whatsapp-web.js base handler

A base handler to make easier the creation of commands and events using whatsapp-web.js

First Steps

In order to start the bot, you need to have Node.js installed and install all the dependencies using the following command:

Note To learn more about the necessary requirements such as the version of Node.js needed, please visit the official whatsapp-web.js documentation.

npm install

Then rename .env.example file to .env, open it and replace BOT_PREFIX value with the prefix you want.

Once you have installed all the dependencies, run:

node .

or

node index.js

Dependencies used in this project: