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