Moved UserAgent to DiscordConfig

This commit is contained in:
RogueException
2017-04-26 13:06:34 -03:00
parent c6ccddb4ce
commit bd85bbf30a
2 changed files with 1 additions and 5 deletions

View File

@@ -4,11 +4,6 @@ namespace Discord.Rest
{
public class DiscordRestConfig : DiscordConfig
{
public static string UserAgent { get; } = $"DiscordBot (https://github.com/RogueException/Discord.Net, v{Version})";
internal const int MessageQueueInterval = 100;
internal const int WebSocketQueueInterval = 100;
/// <summary> Gets or sets the provider used to generate new REST connections. </summary>
public RestClientProvider RestClientProvider { get; set; } = DefaultRestClientProvider.Instance;
}