This is a small little repository I made to host random discord bots that I made and that contributors make. If you would like to contribute please make sure you write clean and commented code. You can follow whatever syntax is easiest just make sure to document how to run it if it requires extra configuration.
git clone https://github.com/sdkayy/discord-stuff.git
// Make your changes
git checkout -b branchName
git add .
git commit -m "MESSAGE"
git push --set-upstream origin branchName