Hi all, I have a very simple bot that listens to messages in a channel and creates a poll whenever a message is sent. 2 things really.
- Where is a good place to host thing that does NOT use interactions (i.e. apparently doing gateway things with CloudFlare workers is not possible). Like is hosting this bot in Lambda a possibility?
- Are there any examples someone could send me about getting that set up. I have pretty decent devops experience but have not worked with web sockets before