Skip to content
This repository was archived by the owner on Mar 5, 2023. It is now read-only.

Commit ba721ae

Browse files
committed
update endpoints to use discord.com instead of discordapp.com
1 parent 2c7e53d commit ba721ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

endpoints.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ var APIVersion = "6"
1818

1919
// Known Discord API Endpoints.
2020
var (
21-
EndpointStatus = "https://status.discordapp.com/api/v2/"
21+
EndpointStatus = "https://status.discord.com/api/v2/"
2222
EndpointSm = EndpointStatus + "scheduled-maintenances/"
2323
EndpointSmActive = EndpointSm + "active.json"
2424
EndpointSmUpcoming = EndpointSm + "upcoming.json"
2525

26-
EndpointDiscord = "https://discordapp.com/"
26+
EndpointDiscord = "https://discord.com/"
2727
EndpointAPI = EndpointDiscord + "api/v" + APIVersion + "/"
2828
EndpointGuilds = EndpointAPI + "guilds/"
2929
EndpointChannels = EndpointAPI + "channels/"

0 commit comments

Comments
 (0)