Semalab / developer-skills-matrix-discord-bot

This is a bot that allows you to assess your skills with our developer rubric directly on discord
GNU Affero General Public License v3.0
11 stars 7 forks source link

FEAT - Fetch JSON from Dev Rubric repo #3

Closed naomi-lgbt closed 2 years ago

naomi-lgbt commented 2 years ago

We will need the bot to fetch the JSON from the developer rubric repository.

As this is not a particularly expensive call, what we could likely do is fetch it when the command in #2 is run so we always know the user is getting the most up to date information.

The URL: https://raw.githubusercontent.com/Semalab/developer-rubric/main/rubric/rubric.json

Vyvy-vi commented 2 years ago

resolved in #7 (c18afda)