Default minpermissions on command groups to int.MaxValue
This commit is contained in:
@@ -26,6 +26,7 @@ namespace Discord.Commands
|
||||
_parent = parent;
|
||||
_text = text;
|
||||
_items = new Dictionary<string, CommandMap>();
|
||||
_minPermission = int.MaxValue;
|
||||
_isHidden = true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user