Cleaned up command attributes

This commit is contained in:
RogueException
2016-08-18 11:28:12 -03:00
parent f8ae8bd9c3
commit 6d766d5f98
5 changed files with 20 additions and 14 deletions

View File

@@ -6,6 +6,7 @@ namespace Discord.Commands
public class GroupAttribute : Attribute
{
public string Prefix { get; }
public GroupAttribute()
{
Prefix = null;