mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-04 08:34:27 -05:00
Fixed voice presence logging, closes #338
This commit is contained in:
@@ -119,8 +119,6 @@ public sealed class Bot
|
||||
// admin
|
||||
#if GLOBAL_NADEKO
|
||||
svcs.AddSingleton<ILogCommandService, DummyLogCommandService>();
|
||||
#else
|
||||
svcs.AddSingleton<ILogCommandService, LogCommandService>();
|
||||
#endif
|
||||
|
||||
svcs.AddHttpClient();
|
||||
|
||||
Reference in New Issue
Block a user