mirror of
https://github.com/diamondburned/arikawa.git
synced 2024-11-17 12:23:08 +00:00
Gateway: Changed endpoint from v6 to v8
This commit is contained in:
parent
16a408bf30
commit
6ce268a7fa
|
@ -13,7 +13,7 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
BaseEndpoint = "https://discord.com"
|
BaseEndpoint = "https://discord.com"
|
||||||
Version = "6"
|
Version = "8"
|
||||||
Path = "/api/v" + Version
|
Path = "/api/v" + Version
|
||||||
|
|
||||||
Endpoint = BaseEndpoint + Path + "/"
|
Endpoint = BaseEndpoint + Path + "/"
|
||||||
|
|
Loading…
Reference in a new issue