Sentinels icon indicating copy to clipboard operation
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?

  1. Please read our CONTRIBUTING guidelines.
  2. Star, fork, and clone the repo.
  3. Add your awesome features.
  4. Push changes to your fork.
  5. Submit a PR to NimbleEdge/Sentinels. πŸŽ‰

πŸ’¬ For any queries on contributing, reach out to us on Discord
😎 Let's build cool things together!