Update Discord URL to the new one (#52299)

Replace `discordapp.com` with `discord.com`.
This commit is contained in:
ShizCalev
2020-07-19 13:10:36 -04:00
committed by GitHub
parent 8a3de5386f
commit daee56e486
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ SUBSYSTEM_DEF(discord)
if(!CONFIG_GET(flag/enable_discord_autorole))
return
var/url = "https://discordapp.com/api/guilds/[CONFIG_GET(string/discord_guildid)]/members/[id]/roles/[CONFIG_GET(string/discord_roleid)]"
var/url = "https://discord.com/api/guilds/[CONFIG_GET(string/discord_guildid)]/members/[id]/roles/[CONFIG_GET(string/discord_roleid)]"
// Make the request
var/datum/http_request/req = new()