- First, download Node JS to your computer.
- Then create a MongoDB account and get the connection link.
- Download this project as a zip file.
- Extract the zip file to any folder.
- Then enter the file you extracted and fill in the information in the
config.js
file. - Then open a
powershell
orcmd
window inside the folder. - Install all modules by typing
npm install
. - After the installation is finished, type
node .
and start the bot. Congratulations!