This bot is still under development && if you want to extend a hand to its contribution feel free to join the server below
To run this on your device, clone this repo $cd git clone https://github.com/c-code-x/Hokage_bot.git
and create a .env
file in the initial directory with your bot token as a string variable TOKEN
.
Note: Make sure you have been assigned the issue to which you are making a PR. If you make PR before being assigned, It will be labeled invalid and closed without merging.
- Add a upstream link to main branch in your cloned repo
git remote add upstream https://github.com/c-code-x/Hokage_bot.git
- Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)
git pull upstream main
- Create your feature branch
git checkout -b <feature-name>
- Commit all the changes
git commit -am "Meaningful commit message"
- Push the changes for review
git push origin <branch-name>
- Create a PR from our repo on Github.
Sayan Dutta 💻 📆 🎨 📖 🚧 |
Saatvik Ramani 💻 🎨 📖 |