lint
This commit is contained in:
@@ -42,7 +42,8 @@ namespace PluralKit.Bot
|
||||
};
|
||||
}).AsSelf().SingleInstance();
|
||||
builder.RegisterType<Cluster>().AsSelf().SingleInstance();
|
||||
builder.Register(c => {
|
||||
builder.Register(c =>
|
||||
{
|
||||
return new MemoryDiscordCache();
|
||||
}).AsSelf().As<IDiscordCache>().SingleInstance();
|
||||
|
||||
|
Reference in New Issue
Block a user