Added Discord.Modules namespace
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
namespace Discord
|
namespace Discord.Modules
|
||||||
{
|
{
|
||||||
public interface IModule
|
public interface IModule
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ using System.Collections.Concurrent;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
namespace Discord
|
namespace Discord.Modules
|
||||||
{
|
{
|
||||||
public class ModuleManager
|
public class ModuleManager
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
|
||||||
namespace Discord
|
namespace Discord.Modules
|
||||||
{
|
{
|
||||||
public class ModuleService : IService
|
public class ModuleService : IService
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
|
|
||||||
namespace Discord
|
namespace Discord.Modules
|
||||||
{
|
{
|
||||||
[Flags]
|
[Flags]
|
||||||
public enum FilterType
|
public enum FilterType
|
||||||
|
|||||||
Reference in New Issue
Block a user