⚒️Setup
Last updated
Last updated
Code Editor (Highly Recommend)
To download the latest release of the bot, please click here.
We need install dependencies some npm package, this is easy.
Open the bot folder in visual studio code.
Open the terminal by Holding Ctrl + `
To install the packages, type the below command in your terminal.
To seamlessly integrate and customize your bot, you can easily configure its settings using the config.js
file. The only required parameter is the token
, but additional options are available for further customization.
Open config.js
file:
Specify Bot Token:
In the config.js
file, ensure that you provide the required token
. This token is essential for the proper functioning of your bot.
Optional Configurations:
Explore additional optional configurations available in the config.js
file to tailor your bot's behavior according to your needs. Refer to the detailed configurations in next section for more information. Detailed Configurations Here
Open the bot folder in visual studio code.
Open the terminal by Holding Ctrl + `
Type the command in your terminal. npm start
or node .
.
If you don't understand something, you found a bug, or you just need help creating a new issue on GitHub Repository.