Repository of the official JDS Group Bot Project. A project dedicated to building the biggest community bot ever!
Project name :- JBot
Language :- Python
Library :- Nextcord.py
This is Discord bot made for manageing
bot is devloped using nextcord.py which is based on the discord.py library.
⚠️ Project states => 🚩 in devlopement
- Current Version : v0.0.0
Check the Change Log to see what changes have been made to the project
⚠️ note :- Recent Changes, Bug fixes, etc should be reported in Change Log file.
windows:- pip install -U nextcord
linux:- pip3 install nextcord
for more information see https://docs.nextcord.dev/en/stable/intro.html
PR Steps:-
-
Make changes and commit it to a feature branch.
🔹 Feature branch => name:
feature-featureName
.🔹 Issue Branch => name:
issue-issueName
Orissue-issueID
. ( like for bug fixes or other issues) -
Make a PR from your
feature/issue
branch todevelopment
branch.
⚠️ Note:- Feature and issue branches are temporary branches, so after the merge (successful PR) the feature branch will be deleted.