mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Bot cleanup
Language file updates
This commit is contained in:
parent
e72f5fb28f
commit
40b85340ae
21 changed files with 258 additions and 129 deletions
|
|
@ -21,5 +21,10 @@ namespace ServerManagerTool.DiscordBot.Enums
|
|||
return logSeverity;
|
||||
return LogSeverity.Info;
|
||||
}
|
||||
|
||||
public static bool CheckLogLevel(LogLevel LogLevelToCheck, LogLevel configLogLevel)
|
||||
{
|
||||
return (int)configLogLevel >= (int)LogLevelToCheck;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue