mirror of
https://github.com/diamondburned/arikawa.git
synced 2025-01-07 12:38:05 +00:00
Updated Discord endpoints to discord.com
This commit is contained in:
parent
d3574c2d7c
commit
f6a6178286
|
@ -12,7 +12,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
BaseEndpoint = "https://discordapp.com"
|
BaseEndpoint = "https://discord.com"
|
||||||
APIVersion = "6"
|
APIVersion = "6"
|
||||||
APIPath = "/api/v" + APIVersion
|
APIPath = "/api/v" + APIVersion
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue