👋 Say hello to Sentinels!
This repo host all the code related to applications & bots serving our Discord community.
NimbleEdge/Sentinels
├── CONTRIBUTING.md <-- Please go through the contributing guidelines before starting 🤓
├── README.md <-- You are here 📌
├── Docs <-- Documentation 📄
└── Bots <-- All the sentinels hang out here 🌝
Install conda and create an environment
conda create -n <yourcondaenv>
conda activate <yourcondaenv>
pip install -r requirement.txt
▶ Add your server token to Config.yml
TOKEN: <replace your server token here>
cd Bots
mkdir <yourbotname>
- Please read our CONTRIBUTING guidelines.
- Star, fork, and clone the repo.
- Add your awesome features.
- Push changes to your fork.
- Submit a PR to NimbleEdge/Sentinels. 🎉
💬 For any queries on contributing, reach out to us on Discord
😎 Let's build cool things together!