Merge pull request #18 from 420foxbot/dev

Remove the trailing slash on the CDN URL in DiscordConfig
This commit is contained in:
RogueException
2015-12-24 17:46:04 -04:00

View File

@@ -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