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.

  1. Download Git

  2. Run the installer

  3. Default settings are fine for most users

  4. 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.

Downloads | Notepad++

Quick Recap - what did we do?

  • Installed Git

  • Installed Notepad++