Added Discord.Modules namespace

This commit is contained in:
RogueException
2015-11-06 00:02:14 -04:00
parent 6203653fba
commit ef15216bd4
4 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
namespace Discord
namespace Discord.Modules
{
public interface IModule
{

View File

@@ -3,7 +3,7 @@ using System.Collections.Concurrent;
using System.Collections.Generic;
using System.Linq;
namespace Discord
namespace Discord.Modules
{
public class ModuleManager
{

View File

@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;
namespace Discord
namespace Discord.Modules
{
public class ModuleService : IService
{

View File

@@ -1,6 +1,6 @@
using System;
namespace Discord
namespace Discord.Modules
{
[Flags]
public enum FilterType