Beispiel #1
0
 internal static string GetFormattedToken(BaseDiscordClient client)
 {
     return(GetFormattedToken(client.Configuration));
 }
Beispiel #2
0
 internal DebugLogger(BaseDiscordClient client)
 {
     this.Level          = client.Configuration.LogLevel;
     this.DateTimeFormat = client.Configuration.DateTimeFormat;
 }