Changed to HTTPS REST connection

This commit is contained in:
Bruce Marriner 2015-11-18 07:30:30 -06:00
parent 82604ee801
commit 4e6a538961

View file

@ -8,7 +8,7 @@ const (
SM_ACTIVE = SM + "active.json" SM_ACTIVE = SM + "active.json"
SM_UPCOMING = SM + "upcoming.json" SM_UPCOMING = SM + "upcoming.json"
DISCORD = "http://discordapp.com" // TODO consider removing DISCORD = "https://discordapp.com" // TODO consider removing
API = DISCORD + "/api/" API = DISCORD + "/api/"
GUILDS = API + "guilds/" GUILDS = API + "guilds/"
CHANNELS = API + "channels/" CHANNELS = API + "channels/"