|
|
@@ -10,7 +10,7 @@ namespace Discord |
|
|
|
typeof(DiscordConfig).GetTypeInfo().Assembly.GetName().Version.ToString(3) ?? |
|
|
|
"Unknown"; |
|
|
|
|
|
|
|
public static readonly string ClientAPIUrl = $"https://discordapp.com/api/v{APIVersion}/"; |
|
|
|
public static readonly string APIUrl = $"https://discordapp.com/api/v{APIVersion}/"; |
|
|
|
public const string CDNUrl = "https://cdn.discordapp.com/"; |
|
|
|
public const string InviteUrl = "https://discord.gg/"; |
|
|
|
|
|
|
|