Fixed voice presence logging, closes #338

This commit is contained in:
Kwoth
2022-03-21 19:58:36 +01:00
parent 28720ebcea
commit b079492d38
2 changed files with 6 additions and 12 deletions

View File

@@ -119,8 +119,6 @@ public sealed class Bot
// admin
#if GLOBAL_NADEKO
svcs.AddSingleton<ILogCommandService, DummyLogCommandService>();
#else
svcs.AddSingleton<ILogCommandService, LogCommandService>();
#endif
svcs.AddHttpClient();