Dynamically get discord.net version in !info

This commit is contained in:
runebaas 2018-05-18 00:34:45 +02:00
parent 6d708627f1
commit 74793c8ef7
No known key found for this signature in database
GPG key ID: 2677AF508D0300D6
3 changed files with 10 additions and 6 deletions

View file

@ -71,7 +71,6 @@ namespace Geekbot.net.WebApi.Logging
return NLog.LogLevel.Fatal;
case LogLevel.None:
return NLog.LogLevel.Off;
break;
default:
throw new ArgumentOutOfRangeException(nameof(level));
}