Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Commit

Permalink
Change default user agent
Browse files Browse the repository at this point in the history
  • Loading branch information
quinchs committed Aug 24, 2021
1 parent c7fab6f commit 67cb80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Discord.Net.Core/DiscordConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class DiscordConfig
/// <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>
Expand Down

0 comments on commit 67cb80e

Please sign in to comment.