Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
(Highly Recommend)
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:
Open the bot folder in visual studio code.
Open the terminal by Holding Ctrl + `
Type the command in your terminal. npm start
or node .
.
To download the latest release of the bot, please click .
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.
If you don't understand something, you found a bug, or you just need help creating a .