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:
parent
0ead315aa3
commit
2a2244c965
|
@ -26,9 +26,8 @@ var (
|
|||
EndpointGateway = api.Endpoint + "gateway"
|
||||
EndpointGatewayBot = api.EndpointGateway + "/bot"
|
||||
|
||||
Version = "6"
|
||||
Version = api.Version
|
||||
Encoding = "json"
|
||||
// Compress = "zlib-stream"
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Reference in a new issue