mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-07-04 19:26:41 +00:00
Gateway: Use API v8 version instead of its own v6
This commit is contained in:
parent
0ead315aa3
commit
2a2244c965
|
@ -26,9 +26,8 @@ var (
|
||||||
EndpointGateway = api.Endpoint + "gateway"
|
EndpointGateway = api.Endpoint + "gateway"
|
||||||
EndpointGatewayBot = api.EndpointGateway + "/bot"
|
EndpointGatewayBot = api.EndpointGateway + "/bot"
|
||||||
|
|
||||||
Version = "6"
|
Version = api.Version
|
||||||
Encoding = "json"
|
Encoding = "json"
|
||||||
// Compress = "zlib-stream"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue