Browse Source

#DERP

pull/934/head
Joe4evr 7 years ago
parent
commit
b6a9ff5786
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Info/ModuleInfo.cs

+ 1
- 1
src/Discord.Net.Commands/Info/ModuleInfo.cs View File

@@ -13,7 +13,7 @@ namespace Discord.Commands
public string Name { get; }
public string Summary { get; }
public string Remarks { get; }
public string Group { get; set; }
public string Group { get; }

public IReadOnlyList<string> Aliases { get; }
public IReadOnlyList<CommandInfo> Commands { get; }


Loading…
Cancel
Save