Use disgo with a gateway and REST proxy
masterYou can configure disgo to route its communication through external proxies, such as gateway-proxy or http-proxy. This is achieved by setting specific environment variables that redirect the gateway (WebSocket) and REST (HTTP) traffic to your proxy URLs instead of the default Discord endpoints.
disgo_gateway_url=ws://gateway-proxy:7878
disgo_rest_url=http://rest-proxy:7979/api/v10