bot not coming online
my bot goes offline and does not responds to commands after i close vs code... i have hosted it on cloudflare workers ..so why is it happening
1 Reply
You can't run event based bots on Cloudflare if I'm right
Workers are only for incoming HTTP calls. It launches a worker when it receives a HTTP call.
This worker is killed after the request is completed.