mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Re-added medusa system, but untested
This commit is contained in:
@@ -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; }
|
||||
}
|
Reference in New Issue
Block a user