Browse Source

Fix namespace

pull/312/head
Joe4evr 8 years ago
parent
commit
0ba4d4e901
2 changed files with 1 additions and 2 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Attributes/ParameterPreconditionAttribute.cs
  2. +0
    -1
      src/Discord.Net.Commands/CommandParameter.cs

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

@@ -1,7 +1,7 @@
using System;
using System.Threading.Tasks;

namespace Discord.Commands.Attributes
namespace Discord.Commands
{
[AttributeUsage(AttributeTargets.Parameter, AllowMultiple = true, Inherited = true)]
public abstract class ParameterPreconditionAttribute : Attribute


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

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

namespace Discord.Commands
{


Loading…
Cancel
Save