Fix comment copy+paste fail

This commit is contained in:
FiniteReality
2016-08-18 14:09:47 +01:00
parent 8b864d4b9e
commit 252d89000d

View File

@@ -2,7 +2,7 @@ using System;
namespace Discord.Commands
{
// Full summary of method
// Override public name of command/module
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Class)]
public class NameAttribute : Attribute
{