Ejemplo n.º 1
0
 public MissingParameterEventArgs(DiscordCommand command, ParameterAttribute param)
 {
     Command   = command;
     Parameter = param;
 }
Ejemplo n.º 2
0
 public CommandParameter(ParameterAttribute attr, PropertyInfo property) : base(attr.Name, attr.Optional)
 {
     Property = property;
 }