Browse Source

Typo

tags/1.0.0-rc2
RogueException 8 years ago
parent
commit
bceb72dd92
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Commands/Builders/CommandBuilder.cs

+ 1
- 1
src/Discord.Net.Commands/Builders/CommandBuilder.cs View File

@@ -111,7 +111,7 @@ namespace Discord.Commands.Builders

internal CommandInfo Build(ModuleInfo info, CommandService service)
{
//Default name to first alias
//Default name to primary alias
if (Name == null)
Name = PrimaryAlias;



Loading…
Cancel
Save