Added DiscordShardedClient, some DiscordSocketClient fixes.

This commit is contained in:
RogueException
2017-01-01 09:03:35 -04:00
parent fc8d2b3155
commit dac51db299
9 changed files with 633 additions and 20 deletions

View File

@@ -24,5 +24,8 @@ namespace Discord
/// <summary> Gets or sets the minimum log level severity that will be sent to the LogMessage event. </summary>
public LogSeverity LogLevel { get; set; } = LogSeverity.Info;
/// <summary> Gets or sets whether the initial log entry should be printed. </summary>
internal bool DisplayInitialLog { get; set; } = true;
}
}