Yea so basically this is a discord bot that I made in order to access data from VEX Database quickly and efficiently... that's pretty much it.
Thanks to VEX DB, specifically, their data page page.
How it works:
The bot uses Axios in order to take information from the VEX DB API database.
Example:
Start | https://api.vexdb.io/v1/get_season_rankings
Add "?team=______" | https://api.vexdb.io/v1/get_season_rankings?team=1356B
Add "&season=______" | https://api.vexdb.io/v1/get_season_rankings?team=1356B&season=turning%20point
*Note that if you use a space in the URL of a search engine it will work, but here it is replaced with a %20.
From this you can retrieve data using Axios in JavaScript.