Browse Source

Fix namespaces

pull/287/head
Joe4evr 8 years ago
parent
commit
7217881314
3 changed files with 1 additions and 3 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Attributes/TypeReaderAttribute.cs
  2. +0
    -1
      src/Discord.Net.Commands/CommandInfo.cs
  3. +0
    -1
      src/Discord.Net.Commands/ModuleInfo.cs

+ 1
- 1
src/Discord.Net.Commands/Attributes/TypeReaderAttribute.cs View File

@@ -1,7 +1,7 @@
using System;
using System.Reflection;

namespace Discord.Commands.Attributes
namespace Discord.Commands
{
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Parameter, AllowMultiple = true)]
public class TypeReaderAttribute : Attribute


+ 0
- 1
src/Discord.Net.Commands/CommandInfo.cs View File

@@ -6,7 +6,6 @@ using System.Diagnostics;
using System.Linq;
using System.Reflection;
using System.Threading.Tasks;
using Discord.Commands.Attributes;

namespace Discord.Commands
{


+ 0
- 1
src/Discord.Net.Commands/ModuleInfo.cs View File

@@ -3,7 +3,6 @@ using System.Collections.Generic;
using System.Collections.Immutable;
using System.Diagnostics;
using System.Reflection;
using Discord.Commands.Attributes;

namespace Discord.Commands
{


Loading…
Cancel
Save