Sentinels
Sentinels copied to clipboard
Code related to any applications / bots serving our discord community.
π€ Sentinels
π Say hello to Sentinels!
This repo host all the code related to applications & bots serving our Discord community.
πRepo at a glance
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 π
π¦Ύπ€ Getting Started
βΆ Create a Conda environment
Install conda and create an environment
conda create -n <yourcondaenv>
βΆ Install dependencies
conda activate <yourcondaenv>
pip install -r requirement.txt
βΆ Add your server token to Config.yml
TOKEN: <replace your server token here>
βΆ Start coding your bot
cd Bots
mkdir <yourbotname>
π― Intersted in contributing?
- 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!