This commit is contained in:
RogueException
2017-04-06 20:57:46 -03:00
parent 17ba8fe4d0
commit bceb72dd92

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;