1
0
Fork 0
mirror of https://github.com/diamondburned/arikawa.git synced 2024-12-02 11:52:56 +00:00

Gateway: Use API v8 version instead of its own v6

This commit is contained in:
diamondburned 2020-10-30 11:24:10 -07:00
parent 0ead315aa3
commit 2a2244c965

View file

@ -26,9 +26,8 @@ var (
EndpointGateway = api.Endpoint + "gateway"
EndpointGatewayBot = api.EndpointGateway + "/bot"
Version = "6"
Version = api.Version
Encoding = "json"
// Compress = "zlib-stream"
)
var (