|
|
|
|
|
by caryd
2253 days ago
|
|
Docker alone would not add automatic scalability. You'd need to add an orchestration layer. Seems like your current bot would be fine in multiple servers if you added an additional server argument to each of the i/o's. Don't overthink it. |
|
The current bot could work with just passing in a token, and then fetching its settings from a REST API (for the web bit) instead of just a JSON file - my only issue with this approach is I think it'd require the user to setup a developer app with discord user, instead of the nice seamless 'invite and it works' approach other bots seem to have.