---------------------------------------------------------------------------------------
Pushing an existing repository from the command line
git remote add origin https://git.codingvm.codes/dieantwoord/Discord-Bot-Python.git
git push -u origin main
---------------------------------------------------------------------------------------
Update changes
git commit -a -m "Update to main"
git push -u origin main
---------------------------------------------------------------------------------------