Browse Source

Default minpermissions on command groups to int.MaxValue

tags/docs-0.9
RogueException 9 years ago
parent
commit
00eb1522cd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      src/Discord.Net.Commands/CommandMap.cs

+ 1
- 0
src/Discord.Net.Commands/CommandMap.cs View File

@@ -26,6 +26,7 @@ namespace Discord.Commands
_parent = parent;
_text = text;
_items = new Dictionary<string, CommandMap>();
_minPermission = int.MaxValue;
_isHidden = true;
}


Loading…
Cancel
Save