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