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".
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".