|
|
@@ -43,7 +43,7 @@ namespace Discord |
|
|
|
/// <returns> |
|
|
|
/// The user agent used in each Discord.Net request. |
|
|
|
/// </returns> |
|
|
|
public static string UserAgent { get; } = $"DiscordBot (https://github.com/discord-net/Discord.Net, v{Version})"; |
|
|
|
public static string UserAgent { get; } = $"DiscordBot (https://github.com/Discord-Net-Labs/Discord.Net-Labs, v{Version})"; |
|
|
|
/// <summary> |
|
|
|
/// Returns the base Discord API URL. |
|
|
|
/// </summary> |
|
|
|