Large refactor and project restructuring
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace PluralKit.Bot.CommandSystem
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public class Command
|
||||
{
|
||||
|
@@ -1,6 +1,6 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PluralKit.Bot.CommandSystem
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public class CommandGroup
|
||||
{
|
||||
|
@@ -4,14 +4,13 @@ using System.Threading.Tasks;
|
||||
using App.Metrics;
|
||||
|
||||
using Autofac;
|
||||
using Autofac.Core;
|
||||
|
||||
using Discord;
|
||||
using Discord.WebSocket;
|
||||
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using PluralKit.Core;
|
||||
|
||||
namespace PluralKit.Bot.CommandSystem
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public class Context
|
||||
{
|
||||
|
@@ -1,7 +1,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace PluralKit.Bot.CommandSystem
|
||||
namespace PluralKit.Bot
|
||||
{
|
||||
public class Parameters
|
||||
{
|
||||
|
Reference in New Issue
Block a user