guidojw / arora-discord

Extensive Discord utility bot that can optionally be connected with arora-api. Used in the 6000 member Twin-Rail and 2300 member NS Roblox servers.
MIT License
6 stars 1 forks source link

Improve guide on how to set the projects up #117

Open WaltDisneyWorld opened 3 years ago

WaltDisneyWorld commented 3 years ago

Make it easier to set up, add a guide. Combine API + bot so it's easier to host.

guidojw commented 3 years ago

I'm currently working on utilising Docker to be able to deploy the applications and their necessary dependencies very easily.

If all that's working I'll update the README.md by:

On another note, I think merging both the bot and the API together into one repository is not something desirable. It's like the client-server model, where the Discord bot (and group centers on Roblox) act as the client and the API as the server. I also think merging both the quite big codebases together will result in a big mess :)