Skip to content

Commit 12d54d7

Browse files
committed
docs: updating README & contributing since release of website
1 parent 8d4fa61 commit 12d54d7

3 files changed

Lines changed: 9 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Feature Requests: You must explicitly justify why the feature is necessary to be
9797

9898
Bug Reports: You must provide a clear "Steps to Reproduce" section (check figure below). If the developer cannot replicate the bug based on your description, the issue will be marked as invalid.
9999

100-
Out of Scope (These will not be considered): Do **NOT** raise issues regarding the website's UI or functionality. This codebase is a **MONO-REPO** and is hence independent of the web project; such issues will be closed without review.
100+
Out of Scope (These will not be considered): Do **NOT** raise issues regarding the website's UI or functionality. This codebase is **NOT** a **MONO-REPO** and is hence independent of the web project; such issues will be closed without review.
101101

102102
![issues](https://github.com/user-attachments/assets/66934dc7-b137-4469-a8f5-6272a7681f38)
103103

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ There are plans to experiment by finding causation and co-relations with cutoffs
6767

6868
The dataset is as follows for to work with: [dataset](!https://www.kaggle.com/datasets/pranavunni/bitsat-cutoff-dataset-2017-2025) for anyone willing to have their own spin-off to this.
6969

70-
By mid-february 2026:
71-
72-
1. a general-purpose website will be made public for everyone, in specific targetting people who prefer not using discord (We are almost there!)
70+
All of these can be actively tracked through this new [site](https://bitsat-predictor-devlogs.pranavu.dev/)
7371

7472
After public-announcement & promotion, I will be back to implement various features and factors I have pinpointed thus far which can help in model-predictions more than anything.
7573

main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,11 @@ async def src(ctx):
309309
"please consider starring this project if you liked it: https://github.com/PranavU-Coder/bitsatards_bot"
310310
)
311311

312+
@bot.command()
313+
async def web(ctx):
314+
await ctx.send(
315+
"the website: https://bitsat-predictor.com/"
316+
)
312317

313318
@bot.command()
314319
async def time(ctx, flag: str = None, *, date_str: str = None):
@@ -397,6 +402,8 @@ async def help(ctx):
397402
398403
- `!!src` - get the source code of this bot
399404
405+
- `!!web` - gets the website link for bitsat-predictor
406+
400407
- `!!help` - shows this help message
401408
402409
**Available Campuses:** Pilani, Goa, Hyderabad

0 commit comments

Comments
 (0)