diff --git a/gateway/gateway.go b/gateway/gateway.go index c7121cc..ea224be 100644 --- a/gateway/gateway.go +++ b/gateway/gateway.go @@ -26,9 +26,8 @@ var ( EndpointGateway = api.Endpoint + "gateway" EndpointGatewayBot = api.EndpointGateway + "/bot" - Version = "6" + Version = api.Version Encoding = "json" - // Compress = "zlib-stream" ) var (