Advanced Setup
1. Advanced Dependences needed:
For this bot, the main ones are:
Git → downloads and updates the project from GitHub
Notepad++ → used for customization
3. INSTALL GIT
Git is what lets you clone the repository from GitHub and pull future updates to the code.
Download Git
Run the installer
Default settings are fine for most users
Finish installation
4. INSTALL Notepad++
Use it for:
opening the repo
editing .env
changing config files
updating modules
troubleshooting errors
If you plan to customize your bot even a little, Notepad++ is worth it. I will say - Notepad++’s site always looks sus, here’s the link I used. Don’t click any weird buttons, just click the installer button.
Quick Recap - what did we do?
Installed Git
Installed Notepad++
