Re-added medusa system, but untested

This commit is contained in:
Kwoth
2024-05-04 08:08:13 +00:00
parent ea0b51d474
commit 6a7ab79446
8 changed files with 152 additions and 373 deletions

View File

@@ -1,6 +1,4 @@
using NadekoBot.Medusa;
using Ninject.Modules;
using System.Collections.Immutable;
using System.Collections.Immutable;
namespace NadekoBot.Medusa;
@@ -13,5 +11,5 @@ public sealed record ResolvedMedusa(
IReadOnlyCollection<ICustomBehavior> Execs
)
{
public required INinjectModule KernelModule { get; set; }
public required IIocModule IocModule { get; set; }
}