Cleaned up command attributes
This commit is contained in:
@@ -6,6 +6,7 @@ namespace Discord.Commands
|
||||
public class GroupAttribute : Attribute
|
||||
{
|
||||
public string Prefix { get; }
|
||||
|
||||
public GroupAttribute()
|
||||
{
|
||||
Prefix = null;
|
||||
|
||||
Reference in New Issue
Block a user