Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 620 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 620 Bytes

Welcome!

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.

Make a PR

Make sure your bot is in a separate folder. Any PR submitted while in root will be closed.

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