Changed to HTTPS REST connection
This commit is contained in:
parent
82604ee801
commit
4e6a538961
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ const (
|
|||
SM_ACTIVE = SM + "active.json"
|
||||
SM_UPCOMING = SM + "upcoming.json"
|
||||
|
||||
DISCORD = "http://discordapp.com" // TODO consider removing
|
||||
DISCORD = "https://discordapp.com" // TODO consider removing
|
||||
API = DISCORD + "/api/"
|
||||
GUILDS = API + "guilds/"
|
||||
CHANNELS = API + "channels/"
|
||||
|
|
Loading…
Reference in a new issue