SniperNoob95 / NASABot

A Discord bot that implements the NASA API to provide cool, interesting, and informative artifacts.
GNU General Public License v3.0
6 stars 2 forks source link

API server code? #9

Open kjsmita6 opened 7 months ago

kjsmita6 commented 7 months ago

The bot internally uses an API to connect to its database. Since this bot is open source, it doesn't make much sense to have the API server code closed source.

The server should be put in this same repo and the repo split into two main folders: "bot" containing the bot code (i.e., the current repo contents) and "server".

SniperNoob95 commented 7 months ago

Fair point, I'll add this to the queue