A base handler to make easier the creation of commands and events using whatsapp-web.js
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