Large refactor and project restructuring
This commit is contained in:
@@ -7,7 +7,7 @@ using Discord;
|
||||
using Discord.Rest;
|
||||
using Discord.WebSocket;
|
||||
|
||||
using PluralKit.Bot.Commands;
|
||||
using PluralKit.Core;
|
||||
|
||||
using Sentry;
|
||||
|
||||
@@ -44,7 +44,7 @@ namespace PluralKit.Bot
|
||||
builder.RegisterType<Misc>().AsSelf();
|
||||
builder.RegisterType<ServerConfig>().AsSelf();
|
||||
builder.RegisterType<Switch>().AsSelf();
|
||||
builder.RegisterType<Commands.System>().AsSelf();
|
||||
builder.RegisterType<System>().AsSelf();
|
||||
builder.RegisterType<SystemEdit>().AsSelf();
|
||||
builder.RegisterType<SystemFront>().AsSelf();
|
||||
builder.RegisterType<SystemLink>().AsSelf();
|
||||
|
||||
Reference in New Issue
Block a user