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