Hi ! I was asking myself what was the best way to deploy a bot on the web, so everybody could use it.
As I was thinking on how it would be possible, I was wondering how my bot could manage multiple events coming from multiple guilds. The problem is that I have some commands that may take some time to respond to a request (due to API calls but no one cares), and if a few people start using this type of command at the same time, it would be impossible for the bot to manage all these commands at the same time.
Currently, I am hosting the bot on my small OrangePi5 (Raspberry derivative), and it is enough for my own server, but for other servers ?



