Remove the trailing slash on the CDN URL in DiscordConfig
This commit is contained in:
@@ -44,7 +44,7 @@ namespace Discord
|
||||
|
||||
public const string ClientAPIUrl = "https://discordapp.com/api/";
|
||||
public const string StatusAPIUrl = "https://status.discordapp.com/api/v2/";
|
||||
public const string CDNUrl = "https://cdn.discordapp.com/";
|
||||
public const string CDNUrl = "https://cdn.discordapp.com";
|
||||
public const string InviteUrl = "https://discord.gg/";
|
||||
|
||||
//Global
|
||||
|
||||
Reference in New Issue
Block a user