We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d0819 commit 8685e9bCopy full SHA for 8685e9b
services/grid-bot/src/Runner.cs
@@ -173,6 +173,7 @@ private static ServiceProvider InitializeServices()
173
.AddSingleton<ILuaUtility, LuaUtility>()
174
.AddSingleton<IRbxUsersUtility, RbxUsersUtility>()
175
.AddSingleton<IDiscordWebhookAlertManager, DiscordWebhookAlertManager>()
176
+ .AddSingleton<IScriptLogger, ScriptLogger>()
177
.AddSingleton<IPercentageInvoker, PercentageInvoker>()
178
.AddSingleton<IRandom>(RandomFactory.GetDefaultRandom())
179
.AddSingleton<ILoggerFactory, LoggerFactory>()
0 commit comments