All of my bots packed in 1 repository
By using hata they all use the same resources without doubling it
STEP 1
: Fork this repository.
git clone https://github.com/<your_username>/discord-bots.git
cd discord-bots
git remote add upstream https://github.com/LrnzDC3696/discord-bots.git
git remote -v
STEP 6
: Always take a pull from the upstream repository to your master branch to keep it at par with the main project (updated repository).
git pull upstream master
git checkout -b <your_branch_name>
git add .
git commit -m "Relevant message"
git push -u origin <your_branch_name>